Re: Removing a file that starts with dashes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 04/02/14 10:51, m.roth@xxxxxxxxx wrote:
> Frank M. Ramaekers wrote:
> Method 1: try rm \-\-backup\=numbered
> Method 2, that will *ALWAYS* work:
> ls -i
> then, using the inode number
> find . -inum <inode> -exec rm {} \;
>
> The latter method is the one guaranteed to take care of all kinds of
> filenames with weird, or unprintable, stuff in the name.
>
>         mark
>
> _______________________________________________
> CentOS mailing list
> CentOS@xxxxxxxxxx
> http://lists.centos.org/mailman/listinfo/centos
>
Use rm -i *
It will usually catch the file and because it's a special character it 
and many other odd ball file names usually appear in the very beginning 
so you don't have to go through the entire list.

-- 
Unencumbered by the thought process.
  -- Click and Clack the Tappet brothers

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos




[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux