Skip to content

Instantly share code, notes, and snippets.

@petdance
Last active April 19, 2017 02:17
Show Gist options
  • Save petdance/dc0f1bf9c14c4aa4995ebdf7fa8cd2a7 to your computer and use it in GitHub Desktop.
Save petdance/dc0f1bf9c14c4aa4995ebdf7fa8cd2a7 to your computer and use it in GitHub Desktop.
What do we call the clumping?
$ ./ack-standalone some t/text --clump
t/text/boy-named-sue.txt
11:Some gal would giggle and I'd turn red
12:And some guy'd laugh and I'd bust his head,
t/text/science-of-myth.txt
10:Somehow no matter what the world keeps turning
11:Somehow we get by without ever learning
21:'cause some things are better left without a doubt
23:Somehow no matter what the world keeps turning
24:Somehow we get by without ever learning
$ ./ack-standalone some t/text --noclump
t/text/boy-named-sue.txt
11:Some gal would giggle and I'd turn red
12:And some guy'd laugh and I'd bust his head,
t/text/science-of-myth.txt
10:Somehow no matter what the world keeps turning
11:Somehow we get by without ever learning
21:'cause some things are better left without a doubt
23:Somehow no matter what the world keeps turning
24:Somehow we get by without ever learning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment