Re: rmdir

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Matthew Crews
日付:  
To: Main PLUG discussion list
題目: Re: rmdir
On 8/20/18 8:26 AM, Carruth, Rusty wrote:
> Or, simply, rm -rf DIR, assuming you want to remove ‘DIR as well as
> anything in it (as I thought he said).


I always make it a point to include ./ so that I don't accidentally
delete something on root (even though rm -rf is supposed to prevent that.

$ rm -rf ./DIR

Including ./ in your path basically tells your system to use your
current working directory


---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss