This website requires JavaScript.
Explore
Help
Sign In
zhenxing
/
computer_knowledge_notes
Watch
1
Star
0
Fork
You've already forked computer_knowledge_notes
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2e752fd938
computer_knowledge_notes
/
Software
/
文本转换
/
cat.md
13 lines
164 B
Markdown
Raw
Blame
History
#### 简介
将文件连接到标准输出。cat这个名字应该是从concatenate这个单词来的。
#### 语法
```
cat [options] [files]
```
#### 选项
Reference in New Issue
View Git Blame
Copy Permalink