Pages

Showing posts with label driectories. Show all posts
Showing posts with label driectories. Show all posts

Monday, March 10, 2014

Ubuntu Linux find and remove driectories

find $HOME -type d -name "*.files" -exec rm -rf {} +
Read More..