[plug] Monitor resolution changes on opening a console terminal
Gregory Orange
home at oranges.id.au
Fri Sep 8 19:46:57 AWST 2017
On 8 September 2017 at 17:39, Kevin Shackleton <krshackleton at gmail.com> wrote:
> What threw me was that "grep 1680 ~/*" does not find it, so I didn't look
> for it there. "grep 1680 ~/.* does find it.
If you're shy of grep -R 1680 ~/ (or my old faithful grep -Ril)
because of performance, then apt-get install ack-grep, ack 1680 ~/
will be faster and prettier.
--
Gregory Orange
More information about the plug
mailing list