1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 06:55:39 +02:00

nohup: put command in backquotes (#9347)

This commit is contained in:
Irina 2022-10-26 07:51:09 +03:00 committed by GitHub
parent 12f81b7d00
commit b3b3c8c46a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
`nohup {{command}} {{command_arguments}}`
- Launch nohup in background mode:
- Launch `nohup` in background mode:
`nohup {{command}} {{command_arguments}} &`