in reply to Re: Running a Background Jobin thread Running a Background Job
# perl -e 'print "hello\n"' > test.out 2>&1 [download]
#cat test.out hello [download]