Unix General Question:

How to move a background job to forward?

Answer:

./test.pl&
jobs -- get job id of the above process
[3] Running ./test.pl &
fg 3

Read All 18 Unix General Questions
Previous QuestionNext Question
Explain command to display different lines that are found when compare two files?What is grep|sort give example?