Linuxtouch遞迴的寫法 - LinuxElizabeth · 2011-10-01Table of ContentsPostCommentsRelated Posts我想要把資料夾之下所有檔案的時間全部更新過一次 touch * 可以更新時間, 但是沒辦法更新在子資料夾的檔案時間 有沒有像是 chmod -R 之類的遞迴方法可以用在touch指令上面的呢? -- LinuxAll CommentsThomas2011-10-04find 是你的好朋友.Queena2011-10-08能否詳細敘述使用方法呢?Erin2011-10-10touch `find -type f`Iris2011-10-11感謝!Todd Johnson2011-10-12我都會用xargs再吃過一次耶,不然有遇過argument太長的問題Leila2011-10-13find -type f -exec touch ######### '{}' \;Related Postsclient 不正常中斷stdout > >>?ubuntu 10.10 server 如何徹底中文化請推薦較省電的Linux distrovsftpd 帳戶預設目錄問題
All Comments