Re: The essence of argument order

看板FB_chat作者時間21年前 (2004/12/09 18:08), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/4 (看更多)
> > i've just typed > > # rm -print0 -type l | xargs -0 rm > > instead of > > # rm -type l -print0 | xargs -0 rm > > in a directory with 50+ Gigs of data > > what a nice feeling... > > shit... > > None of them worked? > Right, I meant # find -print0 -type l | xargs -0 rm instead of # find -type l -print0 | xargs -0 rm I need to get more sleep _______________________________________________ freebsd-chat@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chat To unsubscribe, send any mail to "freebsd-chat-unsubscribe@freebsd.org"
文章代碼(AID): #11k2GO00 (FB_chat)
文章代碼(AID): #11k2GO00 (FB_chat)