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
1 changed files with 1 additions and 0 deletions

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`