mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Fix cat command description
This commit is contained in:
parent
97082565bf
commit
1cf472e6c7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue