cci note
創業是條熱血的路
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指令簡介
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言