This commit is contained in:
nick
2018-05-17 11:30:24 +08:00
parent 0320596355
commit a6401e5b54
2 changed files with 26 additions and 3 deletions

View File

@ -188,7 +188,6 @@ nohup node app.js & #将执行的结果不显示并在后台运行,默认会
nohup node app.js > demo.txt 2>&1 & #同上,指定写入文件名
```
#### tree 命令
```