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

Re: Removing odd-named files



On Sun, 30 Sep 2001, Saul Arias Laso wrote:

> I made some syntax mistakes while using tar and ended up creating the 
> following files:
> 
> -rw-r--r--    1 saul     etires        130 Sep 27 19:29 --files-from
> -rw-r--r--    1 saul     etires         45 Sep 27 19:28 --files-from=file
> -rw-r--r--    1 saul     etires         45 Sep 27 19:28 --files-from=files
> 
> How do I remove them? I have tried all kinds of quoting and escaping, with 
> no success.
> 

 rm -- --*

or

 rm ./--*

-- 
John Darrah (u05192)	| Dept: N/C Programming
Giddens Industries	| Ph: (425) 353-0405 #229
PO box 3190		| Ph: (206) 767-4212 #229
Everett  WA    98203	| Fx: (206) 764-9639





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