名 稱
dirname - 去 除 文 件 名 的 最 後 一 個 組 成 部 分
概 述
dirname [選 項 ] 名 稱 ...
描 述
將 每 個 名 稱 的 最 後 一 個 非 斜 線 的 組 成 部 分 與 後 綴 的 斜 線 移 除 並 輸 出 ; 如 果 所 給 名 稱 不 包 含 斜 線 ’/’, 則 輸 出 ’.’( 即 代 表 當 前 目 錄 ) 。
-z, --zero 使 每 行 輸 出 以 NUL 字 符 結 束 , 不 添 加 換 行 符
--help 顯 示 此 幫 助 信 息 並 退 出 |
--version 顯 示 版 本 信 息 並 退 出
範 例
dirname /usr/bin/
-> "/usr"
dirname dir1/str dir2/str
-> "dir1" 後 接 "dir2"
dirname stdio.h
-> "."
作 者
由 David MacKenzie 和 Jim Meyering 編 寫 。
報 告 錯 誤
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.
參 見
basename(1), readlink(1) 完 整 文 檔 請 見 : <https://www.gnu.org/software/coreutils/dirname> 或 者 在 本 地 使 用 : info '(coreutils) dirname invocation'
跋
本 頁 面 中 文 版 由 中 文 man 手 冊 頁 計 劃 提 供 。 中 文 man 手 冊 頁 計 劃 : https://github.com/man-pages-zh/manpages-zh