mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 22:55:31 +02:00
parent
087b13c0d3
commit
4a44a575de
1 changed files with 5 additions and 1 deletions
|
@ -6,4 +6,8 @@
|
|||
|
||||
- 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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue