cara
05-01-2001, 02:06 PM
I am using bash. I discovered through trial and error that >& apparently redirects both standard output and standard error. Is there an equivalent for appending to a file? I tried >>& but it didn't work. Thanks for any help!