Hi,
on AIX 6.1
Will this work :
Or it should be :
It seems that
nohup mycommande &
is faster than :
Thanks.
on AIX 6.1
Will this work :
Code:
mycommande &
Code:
nohup mycommande &
nohup mycommande &
is faster than :
Code:
mycommande