git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10817 f3b2605a-c512-4ea7-a41b-209d697bcdaa
7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
# This 1-liner will extract up to a billion lines from
|
|
# a simple log file and plot all the columns
|
|
#
|
|
# by Aidan Thompson athomps at sandia.gov
|
|
|
|
grep -A1000000000 Step log.lammps | grep -v Step | xmgrace -nxy -
|