141 reputation
3
bio website
location
age
visits member for 7 months
seen Nov 21 '12 at 22:56
stats profile views 2

Oct
18
awarded  Supporter
Oct
18
comment Why do 'nohup' and 'disown' not work on SoX (invoked as 'play')
"&>/dev/null" means "Redirect both stdout and stderr to /dev/null." It's analogous to ">/dev/null 2>&1". The second ampersand just puts the job in the background in the usual way.
Oct
9
awarded  Revival
Oct
9
awarded  Teacher
Oct
9
answered Why do 'nohup' and 'disown' not work on SoX (invoked as 'play')