===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
theli-3.0.3/src/instrumentdefinition.cc-563-    if (mode.isEmpty()) {
theli-3.0.3/src/instrumentdefinition.cc:564:        stream << "  "+bashKey+"=`get_key ${FILE} \""+fitsKey+"\"`\n";
theli-3.0.3/src/instrumentdefinition.cc-565-    }
theli-3.0.3/src/instrumentdefinition.cc-566-    else if (mode == "cleanstring") {
theli-3.0.3/src/instrumentdefinition.cc:567:        stream << "  "+bashKey+"=`get_key ${FILE} \""+fitsKey+"\" | ${P_CLEANSTRING}`\n";
theli-3.0.3/src/instrumentdefinition.cc-568-    }
theli-3.0.3/src/instrumentdefinition.cc-569-    else if (mode == "cleancolon") {
theli-3.0.3/src/instrumentdefinition.cc:570:        stream << "  "+bashKey+"=`get_key ${FILE} \""+fitsKey+"\" cleancolon`\n";
theli-3.0.3/src/instrumentdefinition.cc-571-    }
##############################################
theli-3.0.3/src/instrumentdefinition.cc-573-        // Remove first char if not numeric
theli-3.0.3/src/instrumentdefinition.cc:574:        stream << "  "+bashKey+"=`get_key ${FILE} \""+fitsKey+"\" | sed 's/[^0-9.]//g'`\n";
theli-3.0.3/src/instrumentdefinition.cc-575-    }