cdpath

Summary

The $CDPATH variable is a colon-separated list of directories used as a search path for the cd built-in command. 1 It is not used if the argument to cd begins with a slash. 1 Additionally, it can be used to enable bash's name completion with the tab key and to access frequently located directories. 2

According to


See more results on Neeva


Summaries from the best pages on the web

Summary According to the bash Reference, $CDPATH is “a colon-separated list of directories used as a search path for the cd built-in command.” Think of it as $PATH for cd . It’s a little subtle, but can be very handy. If the argument to cd begins with a slash, $CDPATH will not be used.
16.5. Setting Your $CDPATH - bash Cookbook [Book]
favIcon
oreilly.com

Continuing with our discussion on the command line navigation aspects, in this tutorial, well discuss the CDPATH environment variable through easy to...
Linux command line navigation tips/tricks 3 - the CDPATH environment variable
favIcon
howtoforge.com

CDPATH™ is a tool to help predict the potential for developing Crohn's disease related complications in certain adult participants within 3 years. The main ...
A Study of CDPATH™ to Help Manage and Treat Crohn's Disease - Full Text View - ClinicalTrials.gov
favIcon
clinicaltrials.gov

31.5. Saving Time When You Change Directories: cdpath Some people make a shell alias ( Section 29.2 ) for directories they cd to often. Other people set shell ...
Saving Time When You Change Directories: cdpath (Unix Power Tools, 3rd Edition)
favIcon
mik.ua

Summary This Mac OS X Hint provides a way to use CDPATH to access frequently located directories in bash. It explains how to use the CDPATH variable, which is a colon-separated list of directories in which the shell looks for destination directories specified by the cd command. Additionally, it provides a way to enable bash's name completion with the tab key, as well as a way to set the CDPATH variable to access frequently located directories.
Use CDPATH to access frequent directories in bash - Mac OS X Hints
favIcon
macworld.com

Takeda Launches CDPATH™, a Personalized Prognostic Tool, Advancing Innovation for Patients with Crohn’s Disease
Takeda Launches CDPATH™ Prognostic Tool
favIcon
takeda.com

CDPATH is an environment variable in TCC that contains an explicit list of directories to search when attempting to find a new directory.
TCC CDPATH Environment Variable
favIcon
jpsoft.com

Recommendations For script authors: Every bash script that uses the cd command with a relative path needs to call unset CDPATH, or else it may…
Something all bash scripters need to know (and most of us don’t) | Bosker Blog
favIcon
wordpress.com