1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 22:55:31 +02:00

nice: edit page (#14038)

Update nice.md
This commit is contained in:
Managor 2024-10-08 19:04:19 +03:00 committed by GitHub
parent 087b13c0d3
commit 4a44a575de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`