You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/tutorials/katacoda/case-async-jobs-en/run-cmd-in-backgd.md

7 lines
239 B
Markdown

For example, execute the trace command in the background:
`trace demo.MathGame primeFactors &`{{execute T2}}
By doing this, the current command is put to the background to run, you can continue to execute other commands in the console.