$ specs find ack os
Specs:
specs 0.4
https://github.com/mcandre/specs#readme
find --version
GNU find version 4.1
ack --version
ack 2.04
Running under Perl 5.16.2 at C:\strawberry\perl\bin\perl.exe
Copyright 2005-2013 Andy Lester.
This program is free software. You may modify or distribute it
under the terms of the Artistic License v2.0.
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
OS Name: Microsoft Windows XP Professional
OS Version: 5.1.2600 Service Pack 3 Build 2600
When I try to use ack's
-g
flag to search for files, it's not finding my DLL.System: