看板FreeBSD
标 题Re: [接龙] BSD 小技巧分享
发信站呼啦贝尔 BBS (Mon Nov 26 18:47:28 2007)
转信站ptt!ctu-reader!ctu-peer!news.nctu!netnews.chu!Leo.mi.chu!news.isu!bbs.
※ 引述《[email protected] ( )》之铭言:
> ※ 引述《dingyuchi (fish)》之铭言:
> : #删除90天前建立的档案
> : find ./ -mtime +90 -maxdepth 1 | xargs rm -rf
> 改用
> find ./ -mtime +90 -maxdepth 1 -exec rm -rf {} \;
> 会不会比较好?!
为什麽不用find内建的删除?
find ./ -mtime +90 -maxdepth 1 -delete
--
▁▲▲▂ ◣ ╗ ╭╯╮ ▁▂Υ▂▁ _☆_══╦═
◢ ◤/◤◥ √◣ 百合无限好 ╯╭╯☆╰╮ ▍ 。▍ ╴ ═╦╩╮
▊ ◣◣︵///◥◥◣ 只是生不了 ║ ╔╦╦╗ ▎ │▌ ╴ ═╩═╩
︱▄▄▄▄▄▎◣ ║ ╠╬╬║ ▍ │▍ ╔╗╔══╗
◢ ▍▼▋<◢◤ ╝ ╚╚╚╯ ◥▁▁ ◤ ╚╝╚══╝
◤▲£▲ √▼▅ 伯牛x仲弓 伦☆语 りん☆ご ANSI by gbwind
--
※ Origin: 呼啦贝尔 <hulabear.twbbs.org>
※ From : ec08.csie.ntu.edu.tw