1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 13:15:31 +02:00
tldr/pages/linux/pathchk.md
2019-02-04 15:22:26 +01:00

19 lines
470 B
Markdown

# pathchk
> Check the validity and portability of one or more pathnames.
- Check pathames for validity in the current system:
`pathchk {{path1 path2 …}}`
- Check pathnames for validity on a wider range of POSIX compliant systems:
`pathchk -p {{path1 path2 …}}`
- Check pathnames for validity on all POSIX compliant systems:
`pathchk --portability {{path1 path2 …}}`
- Only check for empty pathnames or leading dashes (-):
`pathchk -P {{path1 path2 …}}`