Changes

Jump to navigation Jump to search

Grep log file

6 bytes added, 08:56, 28 August 2013
no edit summary
<source lang="bash">
bash ;
IN=LOGFILE.txt;OUT=greplogfile.txt;egrep -wi --color 'relax>| model -' LOGFILE.txt > $OUT;
</source>
Then we replace instances of '''relax> ''' with empty, and comment out the model line
Trusted, Bureaucrats
1,382

edits

Navigation menu