clsung’s blog site, or you can call me AlanSung
這應該不用解釋了吧?
嗯,其實我好像也跟 DK 一樣,都寫很短 :p,不過我的 code 好像更少
二月 2nd, 2005 | Category: FreeBSD, hacker | Subscribe to comments | Leave a comment | Trackback URL | Visited (1/3534) times
清垃圾檔案
剛剛突然發現我居然沒訂爽爽爽的 blog (我明明就記得有訂,奇怪了),剛好看到一篇舊文章: find . \( -name “*~” -or -name “*.tgz” \) | xargs rm 我想講的很簡單啦,如果是 FreeBSD 的 find,其實有 -d…
-d 要拿來幹嘛?_?
Name (required)
Mail (will not be published) (required)
Website
二月 25th, 2005 at 12:00 pm
清垃圾檔案
剛剛突然發現我居然沒訂爽爽爽的 blog (我明明就記得有訂,奇怪了),剛好看到一篇舊文章:
find . \( -name “*~” -or -name “*.tgz” \) | xargs rm
我想講的很簡單啦,如果是 FreeBSD 的 find,其實有 -d…
二月 25th, 2005 at 1:13 pm
-d 要拿來幹嘛?_?