[Linux] more fun with tcshrc tab completion
Eric S. Johnson
esj@cs.fiu.edu
Wed, 12 Jul 2000 17:49:08 +0000
>Anyone else using these features? Would be cool to build a big list
>of all of them everyone makes.
Single best reason not to use bash. Can't do some of this with bash
(and I have put the question to my dearest bash head friends)
Here is another, for those of us who use the one true mailer,
rand mail handler (mh), in command line mode at times:
foreach mhcmd (folder folders forw inc next pick prev \
refile repl rmf rmm scan show)
complete $mhcmd c%+%D:$HOME/.mail%
end
E