Message-Id: <200508111134.j7BBYYjH021208@delorie.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Gary R. Van Sickle" To: Subject: RE: Programatically finding value of "cygdrive" prefix Date: Thu, 11 Aug 2005 06:34:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <42FB30A8.6020509@alltel.net> X-IsSubscribed: yes [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/