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