xfgrep - Wrapper command of find ... | xargs grep ...
xfgrep KEYWORD [-i|--ignore IGNORE_FILE_PATTERN] [-d|--dir DIR] [-f|--file FILE]
# version
xfgrep -v|--version
# help
xfgrep -h|--help
This wrapper executes following commands:
find $DIR -type f -name "$FILE" [ | egrep -v "$IGNORE" ] | xargs egrep -Hn "$KEYWORD"
https://github.com/key-amb/bash-xfperl-pie
YASUTAKE Kiyoshi yasutake.kiyoshi@gmail.com
The MIT License (MIT)
Copyright (c) 2016 YASUTAKE Kiyoshi