[plug] Monitor resolution changes on opening a console terminal
Ass Pirate
asspirate at bootybay.club
Sat Sep 9 09:40:45 AWST 2017
On 08/09/17 19:46, Gregory Orange wrote:
> 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.
>
Or if you're using bash, shopt -s dotglob will make path expansion
include dotfiles. Glad you got it sorted. Sounded too weird to not be in
there.
Brett
More information about the plug
mailing list