Add more filters for "searchall"

This commit is contained in:
Steven Penny 2014-05-11 19:29:07 -05:00
parent a2ca937646
commit 2e6305c262
1 changed files with 3 additions and 0 deletions

View File

@ -318,6 +318,9 @@ case "$command" in
wget -O matches cygwin.com/cgi-bin2/package-grep.cgi?"$qs" wget -O matches cygwin.com/cgi-bin2/package-grep.cgi?"$qs"
awk ' awk '
NR > 1 && NR > 1 &&
! /-debuginfo-/ &&
! /-devel-/ &&
! /-doc-/ &&
! /-src\t$/ && ! /-src\t$/ &&
! mc[$2]++ && ! mc[$2]++ &&
$0=$2 $0=$2