You just specify the starting directory (or directories).
ack --hh function_name /usr/local/include /usr/include
> 2) Less clumsy way to include files of a certain extension ack doesn't
> know yet; ack --type-set=foo=.foo --foo is very ugly, why not
> something like ack --files '*.foo'?
ack function_name *.foo
You can specify filenames explicitly on the command line and ack will search them whether or not they're of types it knows.
xoxo,
Andy
--
Andy Lester => an...@petdance.com => www.petdance.com => AIM:petdance
>ack foo *.xaml
ack.pl: *.xaml: No such file or directorywhat am I doing wrong?!