===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
cairo-dock-plug-ins-3.4.1/logout/data/logout.sh-24-if test -n "$gdm_proc"; then
cairo-dock-plug-ins-3.4.1/logout/data/logout.sh:25:	last_process=`ps -ef | grep $gdm_proc | grep $USER | grep -v grep | tail -1 | tr -s " " | cut -d " " -f 2`
cairo-dock-plug-ins-3.4.1/logout/data/logout.sh-26-	if test -n "$last_process"; then
##############################################
cairo-dock-plug-ins-3.4.1/logout/data/logout.sh-32-# if the display manager couldn't be found, look for an endless sleep (likely to be the last process of the session), and kill it.
cairo-dock-plug-ins-3.4.1/logout/data/logout.sh:33:sleep_proc=`ps -ef | grep sleep | grep $USER | grep -v grep | head -1`
cairo-dock-plug-ins-3.4.1/logout/data/logout.sh-34-if test -n "$sleep_proc"; then
cairo-dock-plug-ins-3.4.1/logout/data/logout.sh:35:	sleep_time=`echo $sleep_proc | sed "s/.*sleep//g"`
cairo-dock-plug-ins-3.4.1/logout/data/logout.sh-36-	if test $sleep_time -gt 3600; then
##############################################
cairo-dock-plug-ins-3.4.1/Scooby-Do/data/updatedb.sh-20-export PRUNEPATHS="/tmp /usr /lib /var /bin /boot /sbin /etc /sys /proc /dev /root $HOME/.[^.]*"
cairo-dock-plug-ins-3.4.1/Scooby-Do/data/updatedb.sh:21:updatedb --prunepaths="`echo $PRUNEPATHS`" -U / --output="$HOME/.config/cairo-dock/ScoobyDo/ScoobyDo.db" -l0
cairo-dock-plug-ins-3.4.1/Scooby-Do/data/updatedb.sh-22-exit 0
##############################################
cairo-dock-plug-ins-3.4.1/generate-new-applet.sh-7-fi
cairo-dock-plug-ins-3.4.1/generate-new-applet.sh:8:export LibName=`echo $AppletName | tr "-" "_"`
cairo-dock-plug-ins-3.4.1/generate-new-applet.sh:9:export UpperName=`echo $LibName | tr "[a-z]" "[A-Z]"`
cairo-dock-plug-ins-3.4.1/generate-new-applet.sh:10:export LowerName=`echo $LibName | tr "[A-Z]" "[a-z]"`
cairo-dock-plug-ins-3.4.1/generate-new-applet.sh-11-
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/demos/demo_bash/demo_bash.sh-69-{
cairo-dock-plug-ins-3.4.1/Dbus/demos/demo_bash/demo_bash.sh:70:	if [ "`echo $1 |grep file://`" ]; then # It's a file !
cairo-dock-plug-ins-3.4.1/Dbus/demos/demo_bash/demo_bash.sh:71:		file="`echo $1 | cut -c 8-`" # we remove 'file://' before the location
cairo-dock-plug-ins-3.4.1/Dbus/demos/demo_bash/demo_bash.sh-72-		call ShowDialog "string:\"FILE : $file has been dropped on the applet\"" "int32:5"
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/data/cairo-dock-launcher-API-daemon.py-229-	# we want: ps ux | grep " + filename + " | grep python | grep -v " + pid_str)
cairo-dock-plug-ins-3.4.1/Dbus/data/cairo-dock-launcher-API-daemon.py:230:	ps_str = popen("ps -u $USER -wwo pid,cmd").read().splitlines() # only users' processes with all lines
cairo-dock-plug-ins-3.4.1/Dbus/data/cairo-dock-launcher-API-daemon.py-231-	filename = sys.argv[0] # /usr/lib/cairo-dock/cairo-dock-launcher-API-daemon
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/python/PythonInstall.cmake.in-7-						"--prefix=${CMAKE_INSTALL_PREFIX}"
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/python/PythonInstall.cmake.in:8:						"--root=`test -z \"\$DESTDIR\" && echo / || echo \$DESTDIR`"
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/python/PythonInstall.cmake.in-9-						"@DEBIAN_INSTALL_LAYOUT@")
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/python/PythonInstall.cmake.in-26-						"--prefix=${CMAKE_INSTALL_PREFIX}"
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/python/PythonInstall.cmake.in:27:						"--root=`test -z \"\$DESTDIR\" && echo / || echo \$DESTDIR`"
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/python/PythonInstall.cmake.in-28-						"@DEBIAN_INSTALL_LAYOUT@")
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh-64-	shift 1
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh:65:	command=`echo -e "dbus-send --session --dest=$DBUS_NAME $DBUS_PATH $DBUS_INTERFACE.applet.$method $*"`
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh-66-	eval $command
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh-71-	shift
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh:72:	command=`echo "dbus-send --session --dest=$DBUS_NAME $DBUS_PATH/sub_icons $DBUS_INTERFACE.subapplet.$method $*"`
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh-73-	eval $command
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh-76-get_conf_param() { # group, key
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh:77:	LINE=`cat $CONF_FILE | grep "$1"`
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/CDBashApplet.sh-78-	echo $LINE | cut -f2 -d '='
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/BashInstall.cmake.in-7-						"--prefix=${CMAKE_INSTALL_PREFIX}"
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/BashInstall.cmake.in:8:						"--root=`test -z \"\$DESTDIR\" && echo / || echo \$DESTDIR`"
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/BashInstall.cmake.in-9-						"@DEBIAN_INSTALL_LAYOUT@")
##############################################
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/BashInstall.cmake.in-26-						"--prefix=${CMAKE_INSTALL_PREFIX}"
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/BashInstall.cmake.in:27:						"--root=`test -z \"\$DESTDIR\" && echo / || echo \$DESTDIR`"
cairo-dock-plug-ins-3.4.1/Dbus/interfaces/bash/BashInstall.cmake.in-28-						"@DEBIAN_INSTALL_LAYOUT@")
##############################################
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h-58-	"9W.D56&2:W>H=(\"Q:G:G86V>8V^@2E:'15&\"3UN,:'2E56&26V>86F:75V.48&R="
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h:59:	"0T]`1%\"!04U^0$Q]0$Q]04U^0$Q]0T]`1U.$4U^086V>45V.1%\"!1U.$1E*#0T]`"
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h-60-	"8&R=<7VN9'\"A5V.445V.8FZ?9'\"A7FJ;<W^PAI+#CYO,AI+#:G:G5&\"14U^06V>8"
##############################################
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h-66-	"9W.D>X>X6V>8/DI[1U.$8FZ?7FJ;3%B)56&23%B)2%2%4EZ/9'\"A<'RM6F:74EZ/"
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h:67:	"15&\"0T]`0DY_0DY_04U^0$Q]04U^2E:'86V>5F*39W.D@X^`B97&CYO,FZ?8H*S="
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h-68-	"1E*#0$Q]0$Q]15&\"4U^06&257&B96F:75V.49W.D<'RM<W^P>H:W:W>H3EJ+;WNL"
##############################################
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h-110-	"76F:9G*C6F:71%\"!256&4U^04U^015&\"256&4%R-8FZ?=(\"Q>(2U9W.D3%B)3UN,"
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h:111:	"=8&R?(BY<W^P97&B1%\"!0T]`3UN,45V.1%\"!3%B)35F*1U.$6&25>(2U6F:7@X^`"
cairo-dock-plug-ins-3.4.1/Animated-icons/src/chrome-tex.h-112-	"C)C)E*#1F:76F:76E*#1BI;'@X^`>X>X?XN\\B)3%C)C)@8V^=(\"Q7&B94EZ/:W>H"
##############################################
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh-21-
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh:22:PS_OUTPUT=`ps -u $USER -wwo pid,cmd` # restricted to the current user
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh:23:if test -n "`echo $PS_OUTPUT | grep gnome-screensaver`"; then
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh-24-	gnome-screensaver-command --lock
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh:25:elif test -n "`echo $PS_OUTPUT | grep xscreensaver`"; then
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh-26-	xscreensaver-command -lock
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh:27:elif test -n "`echo $PS_OUTPUT | grep cinnamon-screensaver`"; then
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh-28-	cinnamon-screensaver-command --lock
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh:29:elif test -n "`echo $PS_OUTPUT | grep light-locker`"; then
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh-30-	light-locker-command --lock
##############################################
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh-34-	# we need to relaunch ps, easier to parse compare to PS_OUTPUT which contains only one big line
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh:35:	SCREENSAVER=`ps -u $USER -wwo pid,cmd | grep "\-[s]creensaver" | awk '{print $2}'`
cairo-dock-plug-ins-3.4.1/shared-files/scripts/lock-screen.sh-36-	if test -n "$SCREENSAVER"; then
##############################################
cairo-dock-plug-ins-3.4.1/debian/tools/plugin-checker.sh-2-
cairo-dock-plug-ins-3.4.1/debian/tools/plugin-checker.sh:3:for f in `ls $1` ; do
cairo-dock-plug-ins-3.4.1/debian/tools/plugin-checker.sh-4-
##############################################
cairo-dock-plug-ins-3.4.1/.pc/ruby-vendor-dir.patch/CMakeLists.txt-8-include (CheckSymbolExists)
cairo-dock-plug-ins-3.4.1/.pc/ruby-vendor-dir.patch/CMakeLists.txt:9:include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
cairo-dock-plug-ins-3.4.1/.pc/ruby-vendor-dir.patch/CMakeLists.txt-10-
##############################################
cairo-dock-plug-ins-3.4.1/.pc/0005-Use-dbus-sharp-not-unmaintained-NDesk.patch/CMakeLists.txt-8-include (CheckSymbolExists)
cairo-dock-plug-ins-3.4.1/.pc/0005-Use-dbus-sharp-not-unmaintained-NDesk.patch/CMakeLists.txt:9:include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
cairo-dock-plug-ins-3.4.1/.pc/0005-Use-dbus-sharp-not-unmaintained-NDesk.patch/CMakeLists.txt-10-
##############################################
cairo-dock-plug-ins-3.4.1/.pc/use_correct_csharp_compiler.patch/CMakeLists.txt-8-include (CheckSymbolExists)
cairo-dock-plug-ins-3.4.1/.pc/use_correct_csharp_compiler.patch/CMakeLists.txt:9:include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
cairo-dock-plug-ins-3.4.1/.pc/use_correct_csharp_compiler.patch/CMakeLists.txt-10-
##############################################
cairo-dock-plug-ins-3.4.1/.pc/remove_python2_support.patch/CMakeLists.txt-8-include (CheckSymbolExists)
cairo-dock-plug-ins-3.4.1/.pc/remove_python2_support.patch/CMakeLists.txt:9:include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
cairo-dock-plug-ins-3.4.1/.pc/remove_python2_support.patch/CMakeLists.txt-10-
##############################################
cairo-dock-plug-ins-3.4.1/.pc/support_libetpan_pkgconfig.patch/CMakeLists.txt-8-include (CheckSymbolExists)
cairo-dock-plug-ins-3.4.1/.pc/support_libetpan_pkgconfig.patch/CMakeLists.txt:9:include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
cairo-dock-plug-ins-3.4.1/.pc/support_libetpan_pkgconfig.patch/CMakeLists.txt-10-
##############################################
cairo-dock-plug-ins-3.4.1/CMakeLists.txt-8-include (CheckSymbolExists)
cairo-dock-plug-ins-3.4.1/CMakeLists.txt:9:include ("${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules/GNUInstallDirs.cmake")
cairo-dock-plug-ins-3.4.1/CMakeLists.txt-10-