Open main menu

Changes

Grep log file

2 bytes added, 13:38, 13 June 2013
First we find which commands relax has performed, and separate into the different fitting models.<br>
We also just make some line space and important points
<source lang="bash">
tcsh ;
set IN=LOGFILE.txt
</source>
Then we replace instances of '''relax> ''' with empty, and comment out the model line
<source lang="bash">
sed -i "s/relax> //"$OUT ;
sed -i 's/^- /\n#- /' $OUT ;