To find and delete all empty directories , type
find -depth -type d -empty -exec rmdir {} \;
To find all empty directories , type
find -depth -type d -empty
BMX bicycle comfortable,beautiful, fashion and safe. best competitive price .
|
|
---|
|
|
---|
find -depth -type d -empty -exec rmdir {} \;
find -depth -type d -empty
|
|
---|
0 comments:
Post a Comment