History of AFNI updates  

|
June 04, 2020 04:21PM
Hi-

This doesn't answer your question *directly*, but would you get your parsing to work with the following?:
echo `3dinfo -label -sb_delim "\n"  /mnt/150423/RESULTS/Stern/baseline_ListLength_EVENTS_censored/STATS_150423_REML.nii.gz` | grep "Coef" | grep 'not5_LL5'
or, more succinctly:
echo `3dinfo -label -sb_delim "\n"  FILE` | grep "Coef" | grep 'not5_LL5'

--pt
Subject Author Posted

THD_zzprintf() long string truncation = the ZSS syndrome

mjeffers June 04, 2020 03:25PM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

ptaylor June 04, 2020 04:21PM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

mjeffers June 04, 2020 04:40PM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

ptaylor June 04, 2020 05:30PM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

mjeffers June 04, 2020 09:51PM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

rick reynolds June 04, 2020 10:14PM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

mjeffers June 04, 2020 10:37PM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

ptaylor June 05, 2020 09:44AM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

japees November 22, 2021 02:57PM

Re: THD_zzprintf() long string truncation = the ZSS syndrome

rick reynolds December 02, 2021 09:09AM