Provided by: manpages-zh_1.6.3.6-1_all bug

名稱

       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 的線上幫助: <https://www.gnu.org/software/coreutils/>
       請向 <https://translationproject.org/team/zh_CN.html> 報告翻譯錯誤。

版權

       Copyright  ©  2020  Free  Software  Foundation, Inc.  License GPLv3+: GNU GPL version 3 or
       later <https://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)

       完整文件請見: <https://www.gnu.org/software/coreutils/readlink>
       或者在本地使用: info '(coreutils) readlink invocation'

       本頁面中文版由中文 man 手冊頁計劃提供。
       中文 man 手冊頁計劃:https://github.com/man-pages-zh/manpages-zh

GNU coreutils 8.32                          2020年三月                                READLINK(1)