2012年4月13日 星期五

Delete all of Desktop_.ini with OSX or Linux

# Find recursively all the file with Desktop_.ini and execute rm command
find . -type f -name "Desktop_.ini" -exec rm -rf {} \;

Reference:
Linux :Find指令簡介

沒有留言:

張貼留言