Txt

Byte sized tech know-how.

  • 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'
admin 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
admin 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
admin Posted in Command Line, Linux command, echo, Linux, path Leave a comment

Post navigation

Categories

  • Code
  • Command Line
  • Configuration
  • CSS
  • HTML
  • internet
  • JavaScript
  • Linux
  • Mobile
  • Perl
  • PHP
  • Python
  • Ruby
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Fruitful theme by fruitfulcode Powered by: WordPress
↑