History of AFNI updates  

|
September 24, 2014 10:08PM
Hey Rick -

Interesting. Any idea why omitting the bash looping construct, and just doing a single file, ie:

3dhistog whatever.nii | head -2 | tail -1

works? Is it just a race condition of some kind? I had assumed that stdout was not passed through the pipe until it was explicitly closed by the main process, so this is a definite learning moment. Thanks.
Subject Author Posted

Issue report: 3dhistog in bash looping

shanusmagnus September 24, 2014 06:32PM

Re: Issue report: 3dhistog in bash looping

rick reynolds September 24, 2014 09:07PM

Re: Issue report: 3dhistog in bash looping

shanusmagnus September 24, 2014 10:08PM

Re: Issue report: 3dhistog in bash looping

rick reynolds September 24, 2014 10:34PM

Re: Issue report: 3dhistog in bash looping

Isaac Schwabacher September 25, 2014 11:01AM

Re: Issue report: 3dhistog in bash looping

Emperor Zhark September 25, 2014 04:23PM

Re: Issue report: 3dhistog in bash looping

Isaac Schwabacher September 26, 2014 10:30AM