===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
neat-2.2/Atomic-data/sii_alternatives/makefiles.sh-8-
neat-2.2/Atomic-data/sii_alternatives/makefiles.sh:9:    tpoints=`head -n 2 s_ii_coll_${coll}.dat | tail -n 1 | awk ' { print NF-2 } '`
neat-2.2/Atomic-data/sii_alternatives/makefiles.sh-10-    nlevels=8
##############################################
neat-2.2/Atomic-data/sii_alternatives/makefiles.sh-37-    for i in {2..8}; do
neat-2.2/Atomic-data/sii_alternatives/makefiles.sh:38:      for j in `seq $i 8`; do
neat-2.2/Atomic-data/sii_alternatives/makefiles.sh-39-        head -n 10 s_ii_atom_${A}.dat | tail -n +3 | awk -v i=$i -v j=$j ' NR==j { print i-1,j,$(i-1) } ' >> sii_${coll}_${A}.dat
##############################################
neat-2.2/utilities/plot.sh-6-do
neat-2.2/utilities/plot.sh:7:  val=`tail -n +2 $filename | sort -k 2 -g | tail -n 1 | awk ' { print $2/2. } '`
neat-2.2/utilities/plot.sh-8-  echo "set terminal png enhanced" > tmp.prg