What command would users use to see what file one
page at a time in UNIX?
Answer Posted / suitable
less <filename>
cat <filename> | less
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a command to kill the last background job?
Explain command to display different lines that are found when compare two files?
What are grep patterns?
Can you explain a little bit about command substitution?
What is time_t?
What is in grep command?
Explain the steps that a shell follows while processing a command.
What are the dos commands?
How do I run a whois command?
Is ‘du’ a command? If so, what is its use?
How do you grep a case insensitive?
What happens when we execute a unix command?
What is ctrl d?
What does this command do,"$more readme.txt“?
What does pipe () return?