Fix cat command description

This commit is contained in:
Adnan Ahmed 2017-04-02 07:39:18 +04:00 committed by GitHub
parent 97082565bf
commit 1cf472e6c7
1 changed files with 3 additions and 3 deletions

View File

@ -121,9 +121,9 @@ $ touch trick.md
### c. `cat`
It can be used for the following purposes under UNIX or Linux
Display text files on screen
Copy text files
Combine text files
Create new text files
* Copy text files
* Combine text files
* Create new text files
```bash
cat filename
cat file1 file2