← Back
Editing: fgrep
#!/bin/sh cmd=${0##*/} exec grep -F "$@"
Save File
Cancel