Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-09 00:17:12 +00:00
parent 31e38d1972
commit 8fdd4c7ea2
24 changed files with 186 additions and 18 deletions

View File

@@ -11,4 +11,8 @@ source: https://github.com/tldr-pages/tldr.git
- Launch a program with altered priority:
`nice -n {{niceness_value}} {{command}}`
`nice -{{niceness_value}} {{command}}`
- Define the priority with an explicit option:
`nice {{-n|--adjustment}} {{niceness_value}} {{command}}`