ok
Direktori : /proc/self/root/proc/self/root/proc/thread-self/root/usr/bin/ |
Current File : //proc/self/root/proc/self/root/proc/thread-self/root/usr/bin/zegrep |
#!/bin/sh bindir='/usr/bin' case $1 in --__bindir) bindir=${2?}; shift; shift;; esac PATH=$bindir:$PATH exec zgrep -E "$@"