baohaojun / beagrep

Grep 2G source code in 0.23 second.
http://baohaojun.github.com/beagrep.html
Other
108 stars 20 forks source link

where is the `pn` command? #2

Closed sunwayforever closed 8 years ago

sunwayforever commented 8 years ago

I am trying to run beagrep under archlinux, the error msg is /usr/local/bin//beagrep-files: line 19: pn: command not found, where is the pn command?

baohaojun commented 8 years ago

ahhh...

It's a script I wrote for awk: pn N = awk '{print $N}'.

Fixed.

baohaojun commented 8 years ago

This pn command is in my system-config project, for which beagrep is a submodule...