===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh-18-# # set MetaPhlAn2 directory
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh:19:# mpa_dir=`$HOME/metaphlan2`
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh-20-
##############################################
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh-48-# for i in `cat ../metahit.txt`; do
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh:49:#     s=`echo ${i} | cut -f1`
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh:50:#     u=`echo ${i} | cut -f2`
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh-51-
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh:52:#     for j in `echo ${u} | tr ';' '\n'`; do
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh:53:#         f=`echo ${j} | cut -f6 -d'/'`
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh:54:#         ff=`echo ${f} | cut -f1-2 -d'.'`
graphlan-1.1.3/examples/hmp_metahit/PIPELINE.sh-55-
##############################################
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh-19-# # set MetaPhlAn2 directory
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh:20:# mpa_dir=`$HOME/metaphlan2`
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh-21-
##############################################
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh-49-# for i in `cat ../metahit_download.txt`; do
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh:50:#     s=`echo ${i} | cut -f1`
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh:51:#     u=`echo ${i} | cut -f2`
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh-52-
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh:53:#     for j in `echo ${u} | tr ';' '\n'`; do
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh:54:#         f=`echo ${j} | cut -f6 -d'/'`
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh:55:#         ff=`echo ${f} | cut -f1-2 -d'.'`
graphlan-1.1.3/examples/hmp_metahit_functional/PIPELINE.sh-56-
##############################################
graphlan-1.1.3/debian/tests/run-unit-test-4-if [ "$ADTTMP" = "" ] ; then
graphlan-1.1.3/debian/tests/run-unit-test:5:  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
graphlan-1.1.3/debian/tests/run-unit-test-6-fi