problems with the ln command

Aaron Gaudio prothonotar at tarnation.dyndns.org
Mon Jul 5 18:16:34 UTC 2004


Behold, Fons van der Beek <fons at so-o.nl> hath decreed:
> >
> > I believe that the quotation marks around the paths may be your
> > problem.  Try the command string without the quotation marks.
> >
> > Dick
> >
> 
> That's rather hard to do because other directories have spaces in the
> directory name..
> insteam of "Nelly" e.g. "beasty boys" then I need those quotation marks....
> 

Fons, et al:

Quotation marks should not be messing you up. They are interpreted by bash to
keep it from seperating the arguments on the command line,
so by the time the ln command gets executed, no quotes will passed in the
argument.

You could also get around needing quotes by escaping the embedded spaces using
backslashes (e.g. beasty\ boys), but that is rarely as convenient.

-- 

prothonotar at tarnation.dyndns.org
"Every man is a mob, a chain gang of idiots." 
                           - Jonathan Nolan, /Memento Mori/
  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20040705/09f5b5ab/attachment-0002.bin 


More information about the users mailing list