===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nik4-1.6/CHANGELOG.md-29-* Style XML can now be streamed from stdin.
nik4-1.6/CHANGELOG.md:30:* Style XML can now contain variables `${name:default}`, set them with `--vars name=value`. [#6](https://github.com/Zverik/Nik4/issues/6)
nik4-1.6/CHANGELOG.md-31-
##############################################
nik4-1.6/debian/rules-17-	    docbook2x-man --string-param header-3="$(BUILD_DATE)" $$x ; \
nik4-1.6/debian/rules:18:	    mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
nik4-1.6/debian/rules-19-	done
##############################################
nik4-1.6/.pc/nik4.patch/README.md-78-
nik4-1.6/.pc/nik4.patch/README.md:79:    for i in *_kuopio.png; do convert $i `basename $i .png`.mpc; done
nik4-1.6/.pc/nik4.patch/README.md-80-    montage -geometry +0+0 -tile 4x4 *_kuopio.mpc kuopio.png
##############################################
nik4-1.6/.pc/nik4.patch/README.md-153-
nik4-1.6/.pc/nik4.patch/README.md:154:Nik4 supports variables in XML styles: `${name:default}` defines a variable with the given name
nik4-1.6/.pc/nik4.patch/README.md-155-and its default value (which can be omitted, along with `:`). To substitute variable
##############################################
nik4-1.6/README.md-78-
nik4-1.6/README.md:79:    for i in *_kuopio.png; do convert $i `basename $i .png`.mpc; done
nik4-1.6/README.md-80-    montage -geometry +0+0 -tile 4x4 *_kuopio.mpc kuopio.png
##############################################
nik4-1.6/README.md-153-
nik4-1.6/README.md:154:Nik4 supports variables in XML styles: `${name:default}` defines a variable with the given name
nik4-1.6/README.md-155-and its default value (which can be omitted, along with `:`). To substitute variable