On Sun, 25 Nov 2001, Benjamin Scott wrote:
=>On Sun, 25 Nov 2001, Steven W. Orr wrote:
=>> If anyone is interested, I have a setup for clearcase so that you can
=>> perform command completion of clearcase commands ... Also, I have a
=>> setup so that lots of normal commands complete the way they're supposed
=>> to. e.g., killall will complete on running program names.
=>
=> I'm all for posting it. I find this stuff useful. (Unlike Paul, who
=>believes shell aliases should only be used by people who have passed the
=>Seventh Circle of the Temple of Bourne. ;)
Ok. Here's how it works:
if echo ${BASH_VERSION} | nawk -F. '{exit($1 < 2)}'
then
CC_RC=~/.bash/bashrc_cc
if [[ -f $CC_RC ]]
then
. $CC_RC
fi
goes into your .bashrc where you know that you're interactive. Then grab
the following file:
http://www2.syslang.net:8080/bash_cc.tar.gz
It will unpack into a .bash subdir which should be in your home. Also note
that I use c for cleartool where the rest of the universe uses ct (which
is longer and conflicts with the unix ct command).
Lemme know if there are problems.
--
-Time flies like the wind. Fruit flies like a banana. Stranger things have -
-happened but none stranger than this. Does your driver's license say Organ
-Donor?Black holes are where God divided by zero. Listen to me! We are all-
-individuals! What if this weren't a hypothetical question? [EMAIL PROTECTED]
*****************************************************************
To unsubscribe from this list, send mail to [EMAIL PROTECTED]
with the text 'unsubscribe gnhlug' in the message body.
*****************************************************************