Howard White <[email protected]> wrote: > Okay guys, here's a hot one. > > By whatever circumstance, I now have a file named "-b" in a directory. > > I've tried to backslash to move it: > mv \-b whatisthis > > I've tried double quotes > mv "-b" whatisthis > > I've tried single quotes > mv '-b' whatisthis > > I've tried combinations of \ and quotes. > > NOW WHAT??? > > Howard
Try mv ./-b xyx -- John F. Eldredge -- [email protected] "Reserve your right to think, for even to think wrongly is better than not to think at all." -- Hypatia of Alexandria -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
