$ cat
The cat command, concatenates and display files. this is the command you run to view the contents of a file.
ex:
% cat <hello.txt>
this is the first line
this is the second line
here hello.txt is the file name to be displayed.
The cat command, concatenates and display files. this is the command you run to view the contents of a file.
ex:
% cat <hello.txt>
this is the first line
this is the second line
here hello.txt is the file name to be displayed.
No comments:
Post a Comment