@ -54,7 +54,7 @@ When the job is executing in the foreground, such as directly calling the comman
The job output can be redirect to the specified file by `>` or `>>`, and can be used together with `&` to implement the asynchronous job of the arthas command. such as:
```sh
```bash
$ trace Test t >> test.out &
```
@ -63,7 +63,7 @@ The trace command will be executed in the background and the output will be redi
When connecting to a remote arthas server, you may not be able to view the files of the remote machine. Arthas also supports automatic redirection to the local cache file. Examples are as follows: