what are the different commands used to view the contents
of a file?
Answer Posted / shaishaw
fold <file name>
cat <file name>
view <file name>
more <file name>
less <file name>
vi <file name>
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to find $ai_serual resolved path by using unix
What is the use of sed command in unix?
What are bash commands?
Can you explain a little bit about command substitution?
Name the general commands in using unix os for a beginner?
What is a bash command?
What are the commands in UNIX to list the files in a Directory?
What does the “echo” command do?
What is the functionality of a top command?
What is the behavioural difference between cmp and diff commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the first character of the output in ls l command?
What is the command to view process running?
What do know about tee command and its usage?
What command will change your prompt to myprompt?