Thanks Rick! That solved it. Kinda weird having the screen go in limbo with no on-screen messages while AFNI works, but I got the text file I wanted for posterity anyway. -J
Rather than that, you might just let the text output
go to the screen as well as the file:
3dDespike run1+orig |& tee -a despike.out
That is tcsh syntax though. If you are using bash:
3dDespike run1+orig 2>&1 | tee -a despike.out
rick
The
National Institute of Mental Health (NIMH) is part of the National Institutes of
Health (NIH), a component of the U.S. Department of Health and Human
Services.