LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
[stats]
From: David Newall <davidn@rebel.net.au>
To : David Lloyd <lloy0076@rebel.net.au>
Date: Wed, 30 May 2001 13:13:45 +0930 (CST)
Re: Bash and Vi Mode
> [root]# cat /etc/inputrc | grep emacs
> $if mode=emacs
>
> Which I suspect is putting me into emacs mode (1).
Damn it! Why do so many people insist on making their machines do
unwanted work? That command: cat /etc/inputrc | grep emacs: it's
far too complicated. Either be really silly, and use the command:
cat /etc/inputrc | cat | cat | cat | cat | cat | cat | cat | grep emacs
or use the "proper" command:
grep emacs /etc/inputrc
That was an unexpected rant. What I meant to say was: doesn't the
line you quoted suggest a test, not a set?
--
LinuxSA WWW: http://www.linuxsa.org.au/ IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
Index:
[thread]
[date]
[subject]
[author]
[stats]
Return to the LinuxSA Mailing List Information Page