mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 02:57:04 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Check pathnames for validity in the current system:
|
||||
|
||||
`pathchk {{path1 path2 …}}`
|
||||
`pathchk {{path1 path2 ...}}`
|
||||
|
||||
- Check pathnames for validity on a wider range of POSIX compliant systems:
|
||||
|
||||
`pathchk -p {{path1 path2 …}}`
|
||||
`pathchk -p {{path1 path2 ...}}`
|
||||
|
||||
- Check pathnames for validity on all POSIX compliant systems:
|
||||
|
||||
`pathchk {{[-p -P|--portability]}} {{path1 path2 …}}`
|
||||
`pathchk {{[-p -P|--portability]}} {{path1 path2 ...}}`
|
||||
|
||||
- Only check for empty pathnames or leading dashes (-):
|
||||
|
||||
`pathchk -P {{path1 path2 …}}`
|
||||
`pathchk -P {{path1 path2 ...}}`
|
||||
|
||||
Reference in New Issue
Block a user