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-cn/run-cmd-in-backgd.md

7 lines
200 B
Markdown

比如希望执行后台执行trace命令那么调用下面命令
`trace demo.MathGame primeFactors &`{{execute T2}}
这时命令在后台执行可以在console中继续执行其他命令。