nohup: use variable number of arguments in token (#9464)
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
- Run a process that can live beyond the terminal:
|
||||
|
||||
`nohup {{command}} {{command_arguments}}`
|
||||
`nohup {{command}} {{argument1 argument2 ...}}`
|
||||
|
||||
- Launch `nohup` in background mode:
|
||||
|
||||
`nohup {{command}} {{command_arguments}} &`
|
||||
`nohup {{command}} {{argument1 argument2 ...}} &`
|
||||
|
||||
- Run a shell script that can live beyond the terminal:
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
|
||||
- Run a process and write the output to a specific file:
|
||||
|
||||
`nohup {{command}} {{command_arguments}} > {{path/to/output_file}} &`
|
||||
`nohup {{command}} {{argument1 argument2 ...}} > {{path/to/output_file}} &`
|
||||
|
Reference in New Issue
Block a user