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