Suppose 1000 processes are running on the system out of those
if you have to show only certain process ids which command
will you use?
Answer Posted / aseem
It is up to you, how you want. For example suppose you want
to display a range like PID from 1500 to 2000 then
ps -ef | grep '[1500 - 2000]'
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is the function of grep command in unix?
What is the difference between grep and grep?
what is the advaantage of each user having its own copy of the shell?
How do you grep a case insensitive?
What is the command to find hidden files in the current directory?
What is used to type command?
What is the comma to show the space allocation of files?
Why is grep called grep?
What is the use of egrep command in unix?
What is $0 bash?
What do know about tee command and its usage?
What is the difference between awk and grep?
What do chown command do?
What is command substitution?
What is the use of sed command in unix?