Open main menu

Changes

set OUT=grep_log_to_model_sel.txt ;
set FROM=`grep -n "AIC model selection" $IN | cut -d":" -f1` ;
set TO=`grep -n "monte_carlo.setup(" $IN | cut -d":" -f1` ;
sed -n ${FROM},${TO}p $IN > $OUT ;
echo $OUT ;
</source>
= See also =
[[Category:Tutorials]]
Trusted, Bureaucrats
1,382

edits