mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 06:35:52 +02:00
nohup: put command in backquotes (#9347)
This commit is contained in:
parent
12f81b7d00
commit
b3b3c8c46a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
`nohup {{command}} {{command_arguments}}`
|
||||
|
||||
- Launch nohup in background mode:
|
||||
- Launch `nohup` in background mode:
|
||||
|
||||
`nohup {{command}} {{command_arguments}} &`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue