How does the user view the contents of a text file in UNIX?
Answer Posted / shaishaw
cat filename
less filename
more filename
view filename
vi filename
fold filename
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is it called grep?
What are the differences among a system call, a library function, and a unix command?
What is .sh file?
What is a bash command?
What is the use of the tee command?
What is s and g in sed command?
Name the unix command to find how many days the server has been up.
What is the use of find command in unix?
What does the command ' $who | sort –logfile > newfile' do?
How do I delete files from command prompt?
Differentiate cmp command from diff command.
What is the unix command to confirm a remote host is alive or not?
What is grep command in unix with examples?
What does sed command do in unix?
How do I clear my terminal history?