my $pid = open( GREP, "-|", 'grep', @opts, $search_string, @filenames ); chomp(@ok = ); close GREP;