This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Programatically finding value of "cygdrive" prefix


[snip]
> Still searching for a non-sed solution Ken hammered out:
> 
> So this would be correct?
> 
> mount -m |  grep "mount -u" | tail -1  | awk -F'"' '{ print $2 }'
> 
> as
> echo 'mount -s -b --change-cygdrive-prefix "/thing with 
> spaces"'  | awk -F'"' '{ print $2 }'
> results in
> /thing with spaces
> 
> Ken

I don't follow; why not just use sed and be done with it?  Sed is good at
regex, and regex is the best solution to this problem.  Give to Caesar what
is Caesar's, sez I.

-- 
Gary R. Van Sickle
 


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]