UNIX Command Example: cat - Read File(s)
Logon to UNIX command prompt then copy & past the bellow code to get some interesting result:
cat test.txt cat test.txt test2.txt
Here "cat" is the command to Read file(s). "cat test.txt test2.txt" Reading two files together. If everything went well we should get some interesting result as follows:

No comments:
Post a Comment
leave your comments here..