Open main menu

Changes

Grep log file

8 bytes removed, 08:53, 17 June 2013
We also just make some line space and important points
<source lang="bash">
tcsh bash ;set IN=LOGFILE.txtset OUT=greplogfile.txt
egrep -wi --color 'relax>| model -' LOGFILE.txt > $OUT
</source>