First page Back Continue Last page Overview Graphics
Example 2-5
continued nohup
If your program asks interactively for a set of input parameters, we should first write each parameter in separate lines within a file (here input.dat) and then use the following command,
nohup program1 < input &
The < operator guide the program1 to read its inputs from input file.