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 will this do $cat > file.c ?(file.c is a file in current directory)
What does sed command do in unix?
If we want to see first 35 lines of a file which command we have to use?
What is unix command line?
Why is it called a shebang?
what is kernel?
How do I use nslookup?
What is grep r?
The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above
What is the difference between pipe and xargs?
What is the use of egrep command in unix?
What are the general commands in using unix os for a beginner?