===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
qiv-2.3.2/contrib/qiv-command.example-55-#    if [ -r $HOME/local/var/exiftool.tags.for.qiv-command ]; then
qiv-2.3.2/contrib/qiv-command.example:56:#      exiftool `xargs < $HOME/local/var/exiftool.tags.for.qiv-command` "$filename" \
qiv-2.3.2/contrib/qiv-command.example-57-#       | grep -v -f $HOME/local/var/exiftool.grep-exclude-pattern.for.qiv-command
##############################################
qiv-2.3.2/contrib/qiv-command.example-122-    # with the new filename.
qiv-2.3.2/contrib/qiv-command.example:123:    img_timestamp=$(date -r `stat -f '%m' "$filename"` +'%y%m%d%H%M%S')
qiv-2.3.2/contrib/qiv-command.example-124-    new_img_name=${pressed_key#^}
qiv-2.3.2/contrib/qiv-command.example:125:    new_img_name=`echo "$new_img_name" | tr ' ' '_'`
qiv-2.3.2/contrib/qiv-command.example-126-    new_img_name=${new_img_name%.[Jj][Pp][Gg]}-${img_timestamp}.jpg