ok, rm '-11.log' is what worked, tried it first and bingo. other options: rm -- -11.log and then use the i number ls -i *.log then find . -inum 'num' -exec rm {} \; however didnt get to try these Thanks all karl. -----Original Message----- From: Adam Kirby [mailto:a.kirby@eim.surrey.ac.uk] Sent: 01 October 2001 11:56 To: Karl Devitt Subject: Re: filename with special characters, how to delete On Mon, 1 Oct 2001, Karl Devitt wrote: > I've got a file called -11.log, how can i remove this? tried rm "-11.log" > and rm "\-11.log" can anyone help. Hi Karl, rm './-11.log' should do it. Cheers, Adam.Received on Mon Oct 1 12:07:54 2001
This archive was generated by hypermail 2.1.8 : Wed Mar 23 2016 - 16:32:31 EDT