Link to home
Start Free TrialLog in
Avatar of coupland
coupland

asked on

@ in a HPux shell script

how do I input a @ in vi to be used in a unix shell script.
ASKER CERTIFIED SOLUTION
Avatar of yuzh
yuzh

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yuzh
yuzh

I think I did make my command clear enough.

What I means is that:

You  can type in :

stty erase "^H" kill

then use vi

or

put them in your login file (.profile, .cshrc etc), you can run the login file, or choose to relogin.

just to complete yuzh's suggestion:
 if you write the stty in your rc-files (.profile, ,cshrc, etc.), make shure that these commands are executed in a tty session only (shell login), and that it is done for HP-UX only.
Otherwise you feed new dragons ..
No comment has been added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:

Split: yuzh {http:#7476225} & jmcg {http:#7476448}

Please leave any comments here within the next four days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

jmcg
EE Cleanup Volunteer