egrep "Tot*=|Population" *.logFrom all of line you need only the line after Population analysis using the CI density. You can automate it. For example to get the total value of dipole moment use this script (you can write it in one line):
grep "Tot*=" *.log| gawk ' BEGIN { currline = 1 } {if (currline%3==0){print $9} currline = currline + 1}'
No comments:
Post a Comment