On 11/26/2011 5:30 AM, Brandon High wrote:
On Wed, Nov 23, 2011 at 11:43 AM, Harry Putnam<rea...@newsguy.com>  wrote:
OK, I'm out of escapes.  or other tricks... other than using emacs but
I haven't installed emacs as yet.

I can just ignore them of course, until such time as I do get emacs
installed, but by now I just want to know how it might be done from a
shell prompt.
rm ./-c ./-O ./-k
And many versions of getopt support the use of -- as the "end of options" indicator so that you can do

rm -- -c -O -k

to remove those as well.

Gregg Wonderly
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to