Answer:
./test.pl&
jobs -- get job id of the above process
[3] Running ./test.pl &
fg 3
jobs -- get job id of the above process
[3] Running ./test.pl &
fg 3
Previous Question | Next Question |
Explain command to display different lines that are found when compare two files? | What is grep|sort give example? |