UNIX
Programming and Technical
Programming
Technical
The cat command in UNIX is used for
[1] displaying the contents of file
[2] concatenate two files
[3] creating a new file
[4] 1 & 3 both
[5] None
Read Solution (Total 8)
-
- Cat commends displays the content of a file.
Ex.
$cat file ----- displays the content of a file named FILE. - 8 years agoHelpfull: Yes(3) No(0)
- anser:[4]
cat > filename to create file
cat filename to dispaly the content of the file
- 8 years agoHelpfull: Yes(1) No(0)
- [2] concatenate two files
- 8 years agoHelpfull: Yes(0) No(3)
- To display the content of file
- 8 years agoHelpfull: Yes(0) No(0)
- option 1 is the write answer (verified)
- 7 years agoHelpfull: Yes(0) No(0)
- 4 is the answer.. cat>>file1 for creating file and cat file1 for displaying
- 7 years agoHelpfull: Yes(0) No(0)
- CAT is one of the mostly used commands of unix.
and if we go into documentation of cat
1&2 both are true - 7 years agoHelpfull: Yes(0) No(0)
- creating a new file
- 5 years agoHelpfull: Yes(0) No(0)
UNIX Other Question