Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "7.60 Remote mounts and the automounter -- What's new?"
Next document is "7.62 How do I change the hostname, IP address, DNS Server, etc?"

7.61 Why does tcsh have problems with 'bind'?

The syntax got changed. Bind commands like: 
    bind backward-delete-word ^W
need to be changed to: 
    bindkey ^W backward-delete-word

(Thanx to Brad Bass <bass@convex.hp.com>)

Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "7.60 Remote mounts and the automounter -- What's new?"
Next document is "7.62 How do I change the hostname, IP address, DNS Server, etc?"