[dot] PATH
A blog dedicated to my Linux experience and other great tools.
Showing posts with label
Terminal
.
Show all posts
Showing posts with label
Terminal
.
Show all posts
Saturday, November 6, 2010
Delete Empty Folders Recursively
I found a useful command yesterday that I intended on posting but only remembered now.
find . -type d -empty -delete
This little line works wonders when you have a lot of empty folders to delete.
Older Posts
Home
Subscribe to:
Posts (Atom)