===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
iog-1.03/iog-241-
iog-1.03/iog:242: if ($main::OS eq "NT") { system("move /Y $oldfile $newfile"); }
iog-1.03/iog:243: else { system("mv $oldfile $newfile"); }
iog-1.03/iog-244-
##############################################
iog-1.03/iog-285-
iog-1.03/iog:286: if ($main::OS eq "NT") { system("move /Y $oldfile $newfile"); }
iog-1.03/iog:287: else { system("mv $oldfile $newfile"); }
iog-1.03/iog-288-
##############################################
iog-1.03/iog-634- $newfile="$path"."$main::SL"."$name"."-day".($mday - "1").".html";
iog-1.03/iog:635: if ($main::OS eq "NT") { system("move /Y $oldfile $newfile"); }
iog-1.03/iog:636: else { system("mv $oldfile $newfile"); }
iog-1.03/iog-637- }