Answer Posted / rupali
The cat utility concatenates and display files. It also
can be used as a primitive editor for creation one liners
or adding a line to the config file. There is also a
version of cat called zcat which performs operation similar
to uncompress -c or for GNU version gunzip -c on each
input file
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
What is .sh file?
How do I search a whole word in vim?
How do I run a bash script?
What is grep and how do you use it?
What difference between cmp and diff commands?
Which unix command lists files/folders in alphabetical order?
Write a command to display a file’s contents in various formats?
What do chown command do?
Which command is used to kill the last background job?
What does grep v do?
What do know about tee command and its usage?
How does shebang work?
What is the command to view process running?
What is awk command used for?
What does #!/ Bin sh do?