nohup and xargs?
- From: howa <howachen@xxxxxxxxx>
- Date: Sun, 29 Jun 2008 06:58:38 -0700 (PDT)
Hello,
How to combine nohup and xargs together?
Conside I have a simple perl program, which take a string as input
E.g.
test.pl foo
I have a file contains all the input to be run, so I use xargs,
E.g
cat input.txt | xargs ... test.pl
It run well, but I want to run in background and not affected by ssh
exit,
I tried to use nohup,
E.g.
nohup cat input.txt | xargs ... test.pl
However, when I end the ssh, the program did not continue to run...
any idea?
Thanks.
.
- Follow-Ups:
- Re: nohup and xargs?
- From: Dan Stromberg
- Re: nohup and xargs?
- Prev by Date: Re: What Linux distro to use for old Intel machine, that fits on CDs?
- Next by Date: Re: What Linux distro to use for old Intel machine, that fits on CDs?
- Previous by thread: CIGARETTES A REDUCTIONS
- Next by thread: Re: nohup and xargs?
- Index(es):
Relevant Pages
|