History of AFNI updates  

|
February 10, 2017 09:47AM
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
Subject Author Posted

How can you get a text file of 3dDespike on-screen outputs?

jmbjork February 08, 2017 10:29AM

Re: How can you get a text file of 3dDespike on-screen outputs?

rick reynolds February 08, 2017 12:05PM

Re: How can you get a text file of 3dDespike on-screen outputs?

jmbjork February 10, 2017 08:08AM

Re: How can you get a text file of 3dDespike on-screen outputs?

jkeidel February 10, 2017 09:10AM

Re: How can you get a text file of 3dDespike on-screen outputs?

rick reynolds February 10, 2017 09:47AM