Advertising
advertising
related pastes to tag 'grep'
- 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'
- 977723 - Bash script: script bash grep varlogmessages
-
- root@starchild:/tmp# cat fwlogsearch2.sh
- #!/bin/bash
- # Searches FW logs on Linode, which are contained in /var/log/messages* files
- function search {
- local ip #ip is local to the function
- echo "Searching... "