GNU coreutils
manpages-ja
Japanese version of the manual pages (for users)
man-pages-ja
Japanese man (manual) pages from the Japanese Manual Project
coreutils
The basic file, shell and text manipulation utilities of the GNU operating system
coreutils-common
coreutils common optional components
coreutils-doc
Documentation for the GNU Core Utilities
名前
readlink - 解決したシンボリックリンク、つまり正規化された名前を表示する
書式
readlink [OPTION]... FILE...
説明
シンボリックリンクの値または正規化されたファイル名を表示します。
-f, --canonicalize | |
与えられた名前の要素中に存在するシンボリックリンクを 再帰的に全て辿る。最後の要素以外は存在しなければいけ ない | |
-e, --canonicalize-existing | |
与えられた名前の要素中に存在するシンボリックリンクを 再帰的に全て辿る。最後の要素も含めて全て存在しなけれ ばいけない | |
-m, --canonicalize-missing | |
与えられた名前の要素中に存在するシンボリックリンクを 再帰的に全て辿る。要素が存在しなくてもよい | |
-n, --no-newline | |
末尾に区切り文字を出力しない | |
-q, --quiet, | |
-s, --silent | |
ほとんどのエラーメッセージ出力を抑止する | |
-v, --verbose | |
エラーメッセージを報告する | |
-z, --zero | 行の区切りとして改行文字ではなく NUL を使用する |
--help | この使い方を表示して終了する |
--version | |
バージョン情報を表示して終了する |
作者
作者 Dmitry V. Levin。
著作権
Copyright © 2016 Free Software Foundation, Inc. ライセンス GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
関連項目
readlink(2), realpath(1), realpath(3)
を使用すると完全なマニュアルを読むことができるはずだ。
readlink の完全なマニュアルは Texinfo マニュアルとして整備されている。もし、 info および readlink のプログラムが正しくインストールされているならば、コマンド
info readlink |