===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
kbackup-20.08.0/src/rotateScript.sh-18- "slice_finished" )
kbackup-20.08.0/src/rotateScript.sh:19:   count=`ls -A1 $target | wc -l`
kbackup-20.08.0/src/rotateScript.sh-20-   if [ $count -ge $NUM_BACKUPS ]
kbackup-20.08.0/src/rotateScript.sh-21-   then
kbackup-20.08.0/src/rotateScript.sh:22:     removeCount=`expr $count - $NUM_BACKUPS`
kbackup-20.08.0/src/rotateScript.sh:23:     oldest=`ls -A1 ${target}/* | sort | head -n $removeCount`
kbackup-20.08.0/src/rotateScript.sh-24-     rm -f ${oldest}