other languages
other sections
READLINK(1) | 用戶命令 | READLINK(1) |
名稱¶
readlink - 輸出經過解析的符號鏈接值或權威文件名概述¶
readlink [選項]... [文件列表]...描述¶
請注意,realpath(1) 是更建議使用的用於標準化(或正規化,canonicalization)功能的命令。輸出符號鏈接值或權威文件名
- -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 編寫。報告錯誤¶
GNU coreutils 的在線幫助: <http://www.gnu.org/software/coreutils/>請向 <http://translationproject.org/team/zh_CN.html> 報告 readlink 的翻譯錯誤。
版權¶
Copyright © 2017 Free Software Foundation, Inc. License 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.
參見¶
readlink(2), realpath(1), realpath(3)完整文檔請見:
<http://www.gnu.org/software/coreutils/readlink>
或者在本地使用: info
'(coreutils) readlink invocation'
跋¶
本頁面中文版由中文 man 手冊頁計劃提供。中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |