Linux "pathchk" Command Line Options and Examples
check whether file names are valid or portable

Diagnose invalid or unportable file names.


Usage:

pathchk [OPTION]... NAME...




Command Line Options:

-p
check for most POSIX systems
pathchk -p ...
-P
check for empty names and leading "-"
pathchk -P ...
--portability
check for all POSIX systems (equivalent to -p -P)
pathchk --portability ...
--help
display this help and exit
pathchk --help ...
--version
output version information and exitAUTHORWritten by Paul Eggert, David MacKenzie, and Jim Meyering.REPORTING BUGSGNU coreutils online help: <http://www.gnu.org/software/coreutils/>Report pathchk translation bugs to <http://translationproject.org/team/>COPYRIGHTCopyright © 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 per‐mitted by law.
pathchk --version ...