what are the different commands used to view the contents
of a file?
Answer Posted / subbareddy kake
cat <file name>
more <file name>
vi <file name>
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Who wrote grep?
What is the functionality of a top command?
How do I find previous commands in unix?
What does #!/ Bin sh do?
What is the pipe command?
What is grep short for?
Differentiate cat command from more command.
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which command is used to find whether the system is 32 bit or 64 bit?
What is pipe command in unix?
What is awk command used for?
How do you grep recursively?
What is the use of tee command?
Differentiate cmp command from diff command.
Can you explain a little bit about command substitution?