in reply to Re^2: How to know if a perl script is put in the background
in thread How to know if a perl script is put in the background
Then they don't have to mess with any of those pesky non-alphanumerics at all :)#! /bin/bash realProgram $* &> /dev/null &
|
|---|