Created
May 19, 2015 06:37
-
-
Save duncan-bayne/cfb0bb727111373f69eb to your computer and use it in GitHub Desktop.
Uh oh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ uhoh tree | |
. | |
├── foo | |
│ └── bar | |
│ └── baz | |
│ └── qux | |
└── -rf | |
3 directories, 2 files | |
➜ uhoh rm * | |
zsh: sure you want to delete all the files in /home/duncan/tmp/uhoh [yn]? y | |
➜ uhoh tree | |
. | |
└── -rf | |
0 directories, 1 file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment