What command would users use to see what file one
page at a time in UNIX?

Answer Posted / jaga

ls | more
cat file.txt | more
more file.txt

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does pipe () return?

768


Which command is used to create a directory?

759


What is the nmap command?

790


What are the general commands in using unix os for a beginner?

788


How can we use grep command in unix?

818






When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include # include int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:

1949


What do know about tee command?

799


How many unix commands are there?

803


Who command in unix operating system?

843


What do chmod, chown, chgrp commands do?

870


What is grep and how do you use it?

766


What is the command to compare two files in unix?

799


What does the metacharacter mean?

791


What is the first character of the output in ls l command?

845


What is unix command line?

794