Files
lammps/tools/xmgrace/logplotawk.oneliner
athomps 09c9148250 Added xmgrace folder
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10817 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2013-09-20 16:20:55 +00:00

8 lines
264 B
Plaintext

# This 1-liner will extract all lines from
# the 3rd run in a log file and plot
# column 8 against column 1
#
# By Karl Hammond karlh at ugcs.caltech.edu
awk '/Step/ {n++} /Step/,/step/ {if (n==3) print}' log.lammps | grep -iv step | xmgrace -block - -bxy 1:8