other languages
PATHCHK(1) | 用户命令 | PATHCHK(1) |
名称¶
pathchk - 检查文件名是否合法或可移植概述¶
pathchk [选项]... 文件名...描述¶
诊断不合法或没有移植性的文件名。- -p
- 针对大多数 POSIX 系统进行检查
- -P
- 检查空文件名和起始的“-”
- --portability
- 针对所有 POSIX 系统进行检查(等价于 -p -P)
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
作者¶
由 Paul Eggert、David MacKenzie 和 Jim Meyering 编写。报告错误¶
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>请向 <http://translationproject.org/team/zh_CN.html> 报告 pathchk 的翻译错误。
版权¶
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.
参见¶
完整文档请见:<http://www.gnu.org/software/coreutils/pathchk>或者在本地使用: info '(coreutils) pathchk invocation'
跋¶
本页面中文版由中文 man 手册页计划提供。中文 man 手册页计划:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |