]> git.lizzy.rs Git - plan9front.git/commit
walk arguments to g
authorOri Bernstein <ori@eigenstate.org>
Thu, 27 Feb 2020 05:45:00 +0000 (21:45 -0800)
committerOri Bernstein <ori@eigenstate.org>
Thu, 27 Feb 2020 05:45:00 +0000 (21:45 -0800)
commit0f9666ae162f7c330850fa513e8ed3bd5fd995df
treec9c52d8e2ae1e707dcf3e673c6b2ae79363dfdea
parent1ccd0cd04d75840861e26f6c5f6ac73396d43d8a
walk arguments to g

This allows us to 'g' the files
within a directory, as in:

g _MAX /sys/include/ape

Before this change, we'd attempt to
grep the directory structure, which
is not ideal. After, we grep the
files within the directory.
rc/bin/g