|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I am pretty new to unix/solaris and i was wondering on one thing
. Why dont the unix and solaris guys include the backspace option while typing in the command prompt. whenever i type in a command, i have to press either ctrl-bkspace or the delete key. Is there any keyboard interrupt problem or conflict with the backspace key interrupt? Just wondering....!!!!Regards Vasanth ![]() |
|
#2
|
|||
|
|||
|
which shell are you using? you may prefer bash or tcsh, which have extended funtionality.
-Steven |
|
#3
|
|||
|
|||
|
Shell...
Quote:
I am using KSH. Istnt that a good one? Reg Vas |
|
#4
|
|||
|
|||
|
The KornShell is great. I think the problem lies in the tty configuration, which you can change by adding the following line to your .profile file:
Code:
stty erase ^H followed by this command on the command line: Code:
. .profile You can test it on the fly before adding it to the .profile file by typing it (stty erase ^H ) on the command line, but the setting will be lost the next time you start the shell unless it is in the .profile file. -Steven |
|
#5
|
|||
|
|||
|
why you choose such a s....d title for this thread ?
|
|
#6
|
|||
|
|||
|
Quote:
i noticed it was a s....d title only after you had mentioned it. i wonder how you found out it was s....d. any previous experience? ![]() |
|
#7
|
|||
|
|||
|
< /dev/null
Last edited by guggach : July 28th, 2004 at 11:30 AM. Reason: typo |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > UNIX/Solaris doubt |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|