X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Fbin%2Fp;h=0f7eb72a6958694b5dac957ffc851b13f7800399;hb=3452aeb7711351462e333efd9610fad5795472f4;hp=507d578806bff5725daa849d9dc44e251cba279e;hpb=980f3633552f4b4f48b8e49a5e70fd495102c25c;p=khome.git diff --git a/home/bin/p b/home/bin/p index 507d578..0f7eb72 100755 --- a/home/bin/p +++ b/home/bin/p @@ -13,7 +13,7 @@ find() { ' BEGIN {_s = tolower(_s)} - /^[a-zA-Z]/ && tolower($1) ~ _s && NF >= 2 { + /^[^ \t]/ && tolower($1) ~ _s && NF >= 2 { n++ s = $1 p = $NF