txt

Linux commands and code snippets collection

  • Home
  • About

Tag Archives: path

30 Jun

CDPATH

CDPATH is to cd what PATH is to exectable. You can go to a folder inside any of the CDPATH folders by just cd 'folder name' – no mater where you are currently.


export CDPATH='.:~:/var/www/html:~/Scripts'
Binny V A Posted in Command Line, Linux cdpath, command, Linux, path, shellfu Leave a comment
11 Apr

Set Path

Adding a new folder to the current path…


export PATH=NEW_FOLDER:$PATH
Binny V A Posted in Command Line, Linux command, export, Linux, path, set Leave a comment
10 Apr

Find Current Path

Use this command to find the current path…


echo $PATH
Binny V A Posted in Command Line, Linux command, echo, Linux, path Leave a comment

Post navigation

Archives

  • October 2017
  • November 2015
  • August 2014
  • November 2013
  • August 2012
  • May 2012
  • March 2012
  • October 2011
  • August 2011
  • January 2011
  • October 2010
  • October 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • April 2007
  • March 2007
  • February 2007

Meta

  • Log in
Fruitful theme by fruitfulcode Powered by: WordPress
↑