===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tcplay-1.1/test/reduce_test_vol.sh-21-# Find the total size of the source volume, in bytes.
tcplay-1.1/test/reduce_test_vol.sh:22:SZ=`stat -c "%s" $SRC_VOL`
tcplay-1.1/test/reduce_test_vol.sh-23-
tcplay-1.1/test/reduce_test_vol.sh-24-# Find the total size of the source volume, in blocks.
tcplay-1.1/test/reduce_test_vol.sh:25:SZ_BLOCKS=`echo $SZ / 512 | bc`
tcplay-1.1/test/reduce_test_vol.sh-26-
tcplay-1.1/test/reduce_test_vol.sh-27-# Find the block at which the backup header area starts.
tcplay-1.1/test/reduce_test_vol.sh:28:BCK_HDR_START=`echo $SZ_BLOCKS - 256 | bc`
tcplay-1.1/test/reduce_test_vol.sh-29-