pwd(1) pwd(1)
名前
pwd - 現在のディレクトリ (ワーキングディレクトリ) の名前を表示する
書式
pwd
pwd [--help] [--version]
説明
pwd はカレントディレクトリの名前を完全に展開してから表示する。つまり表
示された名前における各部分はすべて実際のディレクトリ名であり、シンボ リ
ックリンクではない。
Unix のほとんどのシェルには同名の組み込みコマンドがあるので、単に ‘pwd’
として実行すると、ここで記述されたものとは異なった機能のものが実行さ れ
るだろう。
オプション
--help 標準出力に使用方法のメッセージを出力して正常終了する。
--version
標準出力にバージョン情報を出力して正常終了する。
注意
プ ログラムのバグについては bug-sh-utils@gnu.org に報告してください。ペ
ージの更新は Ragnar Hojland Espinosa
PWD(1) User Commands PWD(1)
NAME
pwd - print name of current/working directory
SYNOPSIS
pwd [OPTION]...
DESCRIPTION
Print the full filename of the current working directory.
-L, --logical
use PWD from environment, even if it contains symlinks
-P, --physical
avoid all symlinks
--help display this help and exit
--version
output version information and exit
NOTE: your shell may have its own version of pwd, which usually super-
sedes the version described here. Please refer to your shell’s docu-
mentation for details about the options it supports.
AUTHOR
Written by Jim Meyering.
REPORTING BUGS
Report pwd bugs to bug-coreutils@gnu.org
GNU coreutils home page:
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa