Path : /home/easyrentals/public_html/symperl/root/bin/ |
Current File : /home/easyrentals/public_html/symperl/root/bin/zegrep |
#!/bin/sh bindir='/usr/bin' case $1 in --__bindir) bindir=${2?}; shift; shift;; esac PATH=$bindir:$PATH exec zgrep -E "$@"
Path : /home/easyrentals/public_html/symperl/root/bin/ |
Current File : /home/easyrentals/public_html/symperl/root/bin/zegrep |
#!/bin/sh bindir='/usr/bin' case $1 in --__bindir) bindir=${2?}; shift; shift;; esac PATH=$bindir:$PATH exec zgrep -E "$@"