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

Command line options -l and -1 don't work together #133

Closed
petdance opened this issue Jul 12, 2012 · 1 comment
Closed

Command line options -l and -1 don't work together #133

petdance opened this issue Jul 12, 2012 · 1 comment
Milestone

Comments

@petdance
Copy link
Collaborator

(This is carried over from a bug reported by @spaceships in ack1 queue: beyondgrep/ack1#229)

Expected only the first file with a match (from -1), got all.

< bcarmer@trouble ~ > ack -l1 'hello' ~/perl5
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/Porting/checkAUTHORS.pl
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perlinterp.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perlfilter.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perl5005delta.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perldtrace.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perlfunc.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perlport.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perldiag.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perltoc.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perltrap.pod
/home/bcarmer/perl5/perlbrew/build/perl-5.17.1/pod/perltie.pod

....etc

@hoelzro
Copy link
Collaborator

hoelzro commented Jul 29, 2012

Fixed!

@hoelzro hoelzro closed this as completed Jul 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants