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 do I search a whole word in vim?
What does pipe () return?
What is the functionality of a top command?
What is $0 bash?
Why is it called grep?
What does the command ' $who | sort –logfile > newfile' do?
Which command is used to find whether the system is 32 bit or 64 bit?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is command statement?
What are filter commands in unix?
What is pipe command in unix?
What is ctrl d?
What are awk commands?
Who command in unix operating system?