update doc, polish #976

This commit is contained in:
hengyunabc 2019-12-18 15:58:37 +08:00
parent 1e6ee6d976
commit 1d9643f357
4 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* help——查看命令帮助信息
* [cat](cat.md)——打印文件内容和linux里的cat命令类似
* [grep](grep.md)——匹配查找和linux里的grep命令类似
* [tee](tee.md)——复制标准输入到标准输出和指定的文件和linux里的tee命令类似
* [pwd](pwd.md)——返回当前的工作目录和linux命令类似
* cls——清空当前屏幕区域
* session——查看当前会话的信息

View File

@ -33,6 +33,7 @@
* [cat](cat.md)
* [grep](grep.md)
* [tee](tee.md)
* [pwd](pwd.md)
* [options](options.md)

View File

@ -7,6 +7,7 @@ Advanced Usage
* cls - clear the screen
* [cat](cat.md) - Concatenate and print files
* [grep](grep.md) - Pattern searcher
* [tee](tee.md) - Copies standard input to standard output, making a copy in zero or more files.
* [pwd](pwd.md) - Return working directory name
* session - display current session information
* [reset](reset.md) - reset all the enhanced classes. All enhanced classes will also be reset when Arthas server is closed by `stop/shutdown`

View File

@ -33,6 +33,7 @@ All Commands
* [cat](cat.md)
* [grep](grep.md)
* [tee](tee.md)
* [pwd](pwd.md)
* [options](options.md)