Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resurrect win32 globbing expansion support through File::Glob/bsd_glob as was in PETDANCE/ack-1.96.tar.gz #377

Closed
ghost opened this issue Sep 17, 2013 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 17, 2013

resurrect win32 globbing expansion support through File::Glob/bsd_glob as was in PETDANCE/ack-1.96.tar.gz

maybe also add a note in the docs with a link to the syntax :)
PETDANCE/ack-1.96.tar.gz would on win32 glob on filenames

$ ack -inl \* c*d*.*
cdecl.1
cdecl.c
cdgram.y
cdlex.l

$ ack -vinl \* c*d*.*
c++decl.1

$ dir /b
c++decl.1
c++decl.dSYM
cdecl.1
cdecl.c
cdgram.y
cdlex.l
Makefile
README
testset
testset++

$ dir /b c*d*.*
c++decl.1
c++decl.dSYM
cdecl.1
cdecl.c
cdgram.y
cdlex.l

Thanks for listening

@petdance
Copy link
Collaborator

Closed and moved to the feature request wiki page. I might look into this for ack 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant