In a script I have inherited the output of one of our programs is put in to a file with:
program &>> result.txt
I have been reading in my book "Learning the bash shell" at home over the weekend, but cannot find what this means ( I know what >
and >>
mean ).
I am missing something obvious?