HOME


Mini Shell 1.0
DIR: /usr/bin/
Upload File :
Current File : //usr/bin/fgrep
#!/bin/sh
cmd=${0##*/}
exec grep -F "$@"