"Aldo Elam" <[EMAIL PROTECTED]> writes:

>  
>  dear coreutils programmers,
>  
> I have recently found a disturbing fact about the command "rm". I tried
> to delete a directory, all files in the directory was erased but two
> files:
>  
> ls -l
> total 8
> -rwxr-xr-x    1 root     root          319 Jan 18 23:24 -fn=0&si=135296
> -rwxr-xr-x    1 root     root          319 Jan 18 22:25 -fn=0&si=135344
>  
> Please let me know when you find the solution.

$ rm ./*
or
$ rm -- *

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux AG, Maxfeldstra�e 5, 90409 N�rnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to