|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] escaping on teh commandline..
|
Vale Kenny wrote:
>
> Well, that didn't work...
> I typed it in exactly as shown below
>
> [secher@frodo /development]# perl -e 'unlink("-blah")'
> then tried to rm it then tried to rm ./\-blah
> but still not found..
there's also
bash% rm -- -blah
chris
______________________________________________________________________
Philadelphia Linux Users Group - http://plug.nothinbut.net
Announcements - http://lists.nothinbut.net/mail/listinfo/plug-announce
General Discussion - http://lists.nothinbut.net/mail/listinfo/plug
|