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/_sources/cat.md.txt

11 lines
196 B
Plaintext

6 years ago
cat
===
5 years ago
[`cat`在线教程](https://arthas.aliyun.com/doc/arthas-tutorials.html?language=cn&id=command-cat)
5 years ago
6 years ago
> 打印文件内容和linux里的cat命令类似。
```bash
$ cat /tmp/a.txt
```