2
0
Fork 0
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:
R.Ganesh 2017-04-09 13:48:02 +05:30 committed by Adnan Ahmed
parent 3a7c7fc13e
commit 1ab02a3d47

View file

@ -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`