Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to CLI Magic: CDargs
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
cdpath
Posted by: Administrator on November 08, 2005 08:23 AM<tt>
sith@sithtop:~$ export CDPATH=/home/sith/cvs/:/usr/src/
sith@sithtop:~$ cd myproject
<nobr> <wbr></nobr>/home/sith/cvs/myproject
sith@sithtop:~/cvs/myproject$ cd linux-`uname -r`
<nobr> <wbr></nobr>/usr/src/linux-2.6.11.12-grsec
sith@sithtop:/usr/src/linux-2.6.11.12-grsec$ pwd
<nobr> <wbr></nobr>/usr/src/linux-2.6.11.12-grsec
</tt>
#