what does the job command do?
Answers were Sorted based on User's Feedback
Answer / pramod krishna
jobs is the command and not job.It lists the current
processes(both baground and foreground processes) and
assigns them a job number.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / guest
Job - lists the jobs that are running in the background
and foreground
| Is This Answer Correct ? | 3 Yes | 1 No |
It shows how many process run on background with serial wise
number.
Thanks,
Jagadeeb@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
What are file commands?
What is the use of finger command?
Write a command that will display files in the current directory, in a colored, long format.
What is grep and sed command?
How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks
6 Answers Polaris, Tech Mahindra,
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?
if we create a file, in that 10 rows(means 1,2,....9,10 like). i want 7 row exactly, which command use in unix? plz send this question.
What is unix command line?
in UNIX,what is the command to remove directory with files?
what is the command to get help on a UNIX terminal?
what is virtual machine?
Is grep faster than awk?