このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
bash:script:03_current_directory_of_shell_script [2014/06/05 06:56] – matsui | bash:script:03_current_directory_of_shell_script [2015/05/08 06:19] (現在) – matsui | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== 03 実行シェルのディレクトリ ====== | ||
+ | <code console> | ||
+ | DIR=`dirname $0` | ||
+ | echo $DIR | ||
+ | </ | ||
+ | |||
+ | <code console> | ||
+ | $ dirname / | ||
+ | /usr/bin | ||
+ | </ | ||
+ | |||
+ | {{tag> |