Forrest logo
back to context overview

pathchk

List of commands for pathchk:

  • pathchk:tldr:05f1e pathchk: Check pathnames for validity on all POSIX compliant systems.
    $ pathchk --portability ${path1 path2 …}
    try on your machine
    explain this command
  • pathchk:tldr:61b62 pathchk: Check pathnames for validity in the current system.
    $ pathchk ${path1 path2 …}
    try on your machine
    explain this command
  • pathchk:tldr:73fdd pathchk: Only check for empty pathnames or leading dashes (-).
    $ pathchk -P ${path1 path2 …}
    try on your machine
    explain this command
  • pathchk:tldr:df441 pathchk: Check pathnames for validity on a wider range of POSIX compliant systems.
    $ pathchk -p ${path1 path2 …}
    try on your machine
    explain this command
back to context overview