mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 02:57:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user