Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
- List locks with defined column headers:
`lslocks --output {{PID}},{{COMMAND}},{{PATH}}`
`lslocks {{[-o|--output]}} {{PID}},{{COMMAND}},{{PATH}}`
- List locks producing a raw output (no columns), and without column headers:
`lslocks --raw --noheadings`
`lslocks {{[-r|--raw]}} {{[-n|--noheadings]}}`
- List locks by PID input:
`lslocks --pid {{PID}}`
`lslocks {{[-p|--pid]}} {{PID}}`
- List locks with JSON output to `stdout`:
`lslocks --json`
`lslocks {{[-J|--json]}}`