JSINF (Just So's I Never Forget) vol 2
16.11.06 13:15 |
Random
To send a command to the background and ignore all
output:
> command > /dev/null 2 > &1 &
|