BASH-like feature. is possible ?


 
Thread Tools Search this Thread
Operating Systems SCO BASH-like feature. is possible ?
# 1  
Old 09-20-2003
Question BASH-like feature. is possible ?

Greetings... i was wondering if there is any shell configuration
or third party application that enables the command history by pressing keyboard up arrow, like GNU/BASH does

or are there an SCO compatible bash versio to download?
where ?

just wondering
(sory my stinky english)
# 2  
Old 09-21-2003
what shell are you using? and yes you can use BASH in sco. right now the gnu.org website is not responding, but i am pretty sure you can get bash for sco, i just wanted to double check.
# 3  
Old 09-22-2003
Hi,

Most of the shells can use the arrow keys. Korn-shell (standard on your OS) can do it as well. It's just a matter of telling him to do.

"set -o vi" will set him in vi mode
"set -o emacs" will set him in emacs mode.

I think vi mode will get the most close to your needs. Maybe someone else knows the best option for you. (Don't know how bash exact works)

Regs David

P.S. : If it is your job to maintain a server, I'dd defintly choose for h,j,k and l. What happens if your server dies and you should boot up in single user mode? First install bash?
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

To send ID and Password for each command using expect feature in bash script

Dear Tech Guys, I am trying to send some commands on the local server and it always asks for user name and password after each command. To serve the purpose I am using expect function as follows: #!/usr/bin/expect set timeout 20 spawn "./data1.sh" expect "Please Enter UserName: "... (6 Replies)
Discussion started by: Xtreme
6 Replies

2. UNIX for Dummies Questions & Answers

History feature in Unix

Hi, I'm working on two flavours of unix namely HP-UX and sun solaris. In HP-UX, for executing the previous commands, i use the arrow keys. But on sun solaris this is not working. Can anyone explain how to use history feature effectively in sun solaris os? Thanks (4 Replies)
Discussion started by: venkatesht
4 Replies

3. HP-UX

is this an 11.31 feature? cpu sequence...

we got our first Itanium server, and was wondering if the cpu sequence listed below is normal? rx8640, running 11.31 System: myBOX Tue Mar 25 07:21:45 2008 Load averages: 0.00, 0.00, 0.00 219 processes: 187 sleeping, 31 running, 1 zombie Cpu... (2 Replies)
Discussion started by: mr_manny
2 Replies

4. UNIX for Advanced & Expert Users

does anybody know what the bcb feature is in EMC?

does anybody know what the bcb feature is in EMC? (5 Replies)
Discussion started by: jigarlakhani
5 Replies
Login or Register to Ask a Question