cd to directory in paste buffer : shell function

zzapper david@tvis.co.uk
Fri Jan 13 18:21:00 GMT 2006


Hi
simplified

function cdp() 
{
# cdp(aste)
# description : Cd to path in paste buffer: convert from DOS if required
cd $(getclip|sed 's#\\#\/#g')
}


-- 
zzapper
Success for Techies and Vim,Zsh tips
http://SuccessTheory.com/


--
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/



More information about the Cygwin mailing list