Skip to content

Instantly share code, notes, and snippets.

@duncan-bayne
Created May 19, 2015 06:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duncan-bayne/cfb0bb727111373f69eb to your computer and use it in GitHub Desktop.
Save duncan-bayne/cfb0bb727111373f69eb to your computer and use it in GitHub Desktop.
Uh oh
➜ 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