Spade

Mini Shell

Directory:~$ /usr/bin/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //usr/bin/zegrep

#!/bin/sh
bindir='/usr/bin'
case $1 in
--__bindir) bindir=${2?}; shift; shift;;
esac
PATH=$bindir:$PATH
exec zgrep -E "$@"