Advertising
advertising
related pastes to tag 'grepfind'
- 1012442 - grepfind grep grepfind find
- preview unavailable
- 1012042 - grepfind grep grepfind find
- preview unavailable
- 1012020 - grepfind: grep grepfind find
-
- #!/bin/sh
- #
- if test $# = 0 -o "$1" = "-h" -o "$1" = "--help" ; then
- echo ' grepfind -- recursively descends directories and egrep all files '
- echo ''
- echo ' Usage: grepfind [--help][-h][start_directory] egrep_search_pattern'
- echo ''
- echo ' The current directory is used as start_directory if parameter'