dirname 中文man頁面
NAME(名稱)
dirname - 從文件名剝離非目錄的后綴
SYNOPSIS(總覽)
dirname NAME
dirname OPTION
DESCRIPTION(描述)
打印去除了/后面部分的NAME;如果NAME沒有包含/,則輸出`.'(表示當(dāng)前目錄).
- --help
- 顯示幫助并退出
- --version
- 輸出版本信息并退出
REPORTING BUGS(報告BUGS)
報告bugs請發(fā)到<bug-sh-utils@gnu.org>.
SEE ALSO(另見)
dirname 的完整文檔是以Texinfo手冊的形式維護(hù)的.如果你正確地安裝了 info 和 dirname 程序,那么命令
- info dirname
應(yīng)該可以讓你訪問到整個手冊.
#p#
NAME
dirname - strip non-directory suffix from file name
SYNOPSIS
dirname NAME
dirname OPTION
DESCRIPTION
Print NAME with its trailing /component removed; if NAME contains no /'s, output `.' (meaning the current directory).
- --help
- display this help and exit
- --version
- output version information and exit
AUTHOR
Written by David MacKenzie and Jim Meyering.
REPORTING BUGS
Report bugs to <bug-coreutils@gnu.org>.
COPYRIGHT
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
SEE ALSO
The full documentation for dirname is maintained as a Texinfo manual. If the info and dirname programs are properly installed at your site, the command
- info coreutils dirname
should give you access to the complete manual