Cybersecurity
DevOps Cloud
IT Operations Cloud
OpenText product name changes coming to the community soon! Learn more.
[billy@]$ echo $SHELL
/usr/bin/rush
[billy@]$ file /usr/bin/rush
/usr/bin/rush: symbolic link to `/usr/bin/pcksh'
[billy@]$
HNAME=`hostname`
export PS1='${USER}@${HNAME%%.*}:/${PWD##*/} $ '
bind ^i=complete
source ~/.profile