===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
python3-defaults-3.9.0/debian/rules-117-	for f in debian/*.in; do \
python3-defaults-3.9.0/debian/rules:118:	    f2=`echo $$f | sed "s,PVER,python$(VER),g;s/VER/$(VER)/g;s,\.in$$,,"`; \
python3-defaults-3.9.0/debian/rules-119-	    if [ $$f2 != debian/control ]; then \
##############################################
python3-defaults-3.9.0/debian/rules-131-	for f in debian/*.in; do \
python3-defaults-3.9.0/debian/rules:132:	    f2=`echo $$f | sed "s,PVER,python$(VER),g;s/VER/$(VER)/g;s,\.in$$,,"`; \
python3-defaults-3.9.0/debian/rules-133-	    if [ $$f2 != debian/control ]; then \
##############################################
python3-defaults-3.9.0/debian/rules-152-	for p in *.ht; do \
python3-defaults-3.9.0/debian/rules:153:	  p=`basename $$p .ht`; \
python3-defaults-3.9.0/debian/rules-154-	  echo $(rst2html) $$p.ht $$p.html; \
##############################################
python3-defaults-3.9.0/faq/programming.ht-804-expression that might have unwanted side effects.  For example,
python3-defaults-3.9.0/faq/programming.ht:805:someone could pass ``__import__('os').system("rm -rf $HOME")`` which
python3-defaults-3.9.0/faq/programming.ht-806-would erase your home directory.
##############################################
python3-defaults-3.9.0/runtime.d/public_modules.rtremove-15-	else
python3-defaults-3.9.0/runtime.d/public_modules.rtremove:16:		TAG=`python$VERSION -c "import imp; print(imp.magic_tags[imp.get_magic()])"` \
python3-defaults-3.9.0/runtime.d/public_modules.rtremove-17-		find /usr/lib/python3/dist-packages -name "*.$TAG.py[co]" -delete