> On Jul 31, 2023, at 3:40 PM, Brian L. Matthews <[email protected]> wrote:
> 
> $ ack -l -r --nopager checkboxClass .
> $ ack -l -r --nopager checkboxClass *
> jquery.uniform.min.js


Minified Javascript files are automatically ignored by ack.  See "ack --dump" 
to get a list of what those exclusions are.  That's why when you say "ack ." it 
ignores it.  (Really, you should just run ack without the . because ack assumes 
. for the directory)

In the case where you "ack whatever *", you are passing a list of files to ack 
to check. If you specify a filename on the command line, then ack assumes you 
know what you are asking to check, and bypasses the filtering logic.

Andy

-- 
You received this message because you are subscribed to the Google Groups "ack 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ack-users/FE17BA78-CDCE-49AB-88AF-FA892FD0CBA0%40petdance.com.

Reply via email to