Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-05 00:21:02 +00:00
parent 968390f769
commit e452860d9b
156 changed files with 258 additions and 258 deletions

View File

@@ -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 ...}}`