@caffeine hmm, based on usage of `head` in your code, i think one can replace it with `sed 1q` or `awk 'NR==1'. i dunno why, just for fun.
Top-level
3 comments
@la_ninpre I have people running it even over git-bash.exe so I can't pick and choose much :( |
@la_ninpre I tried. `head` performs better. I wanted to use `awk` only, but it was much slower than `head` and `grep`.