📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 18:46:56
📂
/ (Root)
/
bin
📍 /bin
🔄 Refresh
✏️
Editing: zfgrep
Read Only
#!/bin/sh bindir='/bin' case $1 in --__bindir) bindir=${2?}; shift; shift;; esac PATH=$bindir:$PATH exec zgrep --__bindir "$bindir" -F "$@"
💾 Save Changes
❌ Cancel