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

Re: Removing odd-named files



> X-Sender: zhadu pop mail yahoo com
> From: Saul Arias Laso <zhadu yahoo com>
> 
> 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.
> 
> Thanks a lot.


/bin/rm ./--files-from*

Dave





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