mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
Add copy example for cat (#38)
This commit is contained in:
parent
3a7c7fc13e
commit
1ab02a3d47
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ It can be used for the following purposes under UNIX or Linux.
|
|||
cat filename
|
||||
cat file1 file2
|
||||
cat file1 file2 > newcombinedfile
|
||||
cat < file1 > file2 #copy file1 to file2
|
||||
```
|
||||
|
||||
### b. `chmod`
|
||||
|
|
Loading…
Reference in a new issue