pathchk: move to pages/common
`pathchk` is not exclusive to the Linux platforms; it's distributed with most (if not all) BSD platforms, including... - [FreeBSD](https://www.freebsd.org/cgi/man.cgi?query=pathchk&sektion=1) - [macOS](https://opensource.apple.com/source/file_cmds/file_cmds-230/pathchk/pathchk.1.auto.html)
This commit is contained in:

committed by
Agniva De Sarker

parent
89a8a1477b
commit
f3d7ddd622
@@ -1,19 +0,0 @@
|
||||
# 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 …}}`
|
Reference in New Issue
Block a user