Alternative directory names in CDPATH are separated by a colon (:).
CDPATH内ではディレクトリ名はコロン (:) で区切ります。 - JM
If dir begins with a slash (/), then CDPATH is not used.
dirがスラッシュ (/) で始まる場合には、CDPATHは使われません。 - JM
The variable CDPATH defines the search path for the directory containing dir .
変数CDPATHは、dirを含むディレクトリの検索パスを定義します。 - JM
A null directory name in CDPATH is the same as the current directory, i.e., ``.''.
CDPATH中に空のディレクトリ名がある場合、これはカレントディレクトリ(つまり ``.'') を意味します。 - JM
(Similarly one has CDPATH used by some shells to find the target of a change directory command, MANPATH used by man (1)
(同じようなものに、シェルがディレクトリ変更コマンドの変更先を探すために用いるCDPATH や、man (1) - JM
Consequently, one may use file names with tildes in assignments to PATH , MAILPATH , and CDPATH , and the shell assigns the expanded value.
したがって、PATH ,MAILPATH ,CDPATHへの代入にチルダを含むファイル名を使えば、シェルは展開された値を代入します。 - JM
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.