From: Vincent Fourmond Date: 2006-09-29T15:49:50+09:00 Subject: A nicer-looking ri Hello ! I'm recently in a shell scripting mood, and I came up with some small code that makes ri output look a fair deal nicer (at least on my box). If you put the following function definition in your shell's init script (such as .bashrc or .zshrc) and use ril instead of ri, you'll be pleased ;-) ril () { ri -T -f ansi "$@" | less -r } I wish a good day (or night) to all of you... Vince