update repository
[cmdllinux.git] / bash_n_examples / bash / grep / __grep_non_space_num.sh
blob7aa5f215f3762dd37327731848a11d9fd2353cea
1 find -type f -name "*.mk" | xargs -r grep -h "^[[:space:]]\+\$([^ ]\+)" | grep "^[[:space:]]\+\$([^)]*[0-9][^)]*)"