AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
September 06, 2005 01:46PM
Hi Giovanni,

One example would be to use sed to remove the '[' character,
though it will need to be "escaped", as in '\[', because it is
special to the shell. Try:

cat maskave | sed 's/\[//g' | awk '{print $2}' > n_sx

- rick

Subject Author Posted

Linux question

Giovanni September 06, 2005 12:40PM

Re: Linux question

rick reynolds September 06, 2005 01:46PM