keyboard entries in unix.....


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers keyboard entries in unix.....
# 1  
Old 11-06-2002
keyboard entries in unix.....

hi, i have a few questions regarding keyboard entry in unix...

1) sometimes, when i type , nothing appears in the screen. i am doing a telnet session.

2) how to create a buffer session of the entries that i have typed so that i pressed one of the arrows key (for example), then the previous command will appear.. thus reducing the time to retype again.. though it is a practise to improve our typing..
yls177
# 2  
Old 11-07-2002
Read the info in this post for DOSkey functionality (ksh).

You can read the man page on csh if that is what you are using - you might have to set up history for either.

If you are using a different shell, post back and more info can be given.
# 3  
Old 11-07-2002
how to know what shell i am using?
yls177
# 4  
Old 11-08-2002
From the command line -

% echo $SHELL

OR

look for the last field in the passwd file (/etc/passwd) for your username.
# 5  
Old 11-09-2002
or simply type ....

# yls177
ksh: yls177: not found

:-) now we know which shell i use rite ?
# 6  
Old 11-10-2002
so what shell is this?

abc@catty% dfgf
dfgf: Command not found
abc@catty%

Smilie
# 7  
Old 11-11-2002
i am using /bin/ksh

so how to assist me in the keyboard issues..

thanks
yls177
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to subdue the keyboard?

This has got me stumped and no solution on the WWW or here either that I can see. I suspect this can't be done... ;o( My requirement is to hold a _random_ key down and run a single command. Easy EXCEPT the keyboard keeps adding that same keystroke into a type ahead buffer somewhere and does... (17 Replies)
Discussion started by: wisecracker
17 Replies

2. UNIX for Dummies Questions & Answers

How to send keyboard inputs toa UNIX command executed from a shell script?

I have a unix command that prompts for 'y'. How do I run this from my shell script? (4 Replies)
Discussion started by: Sree10
4 Replies

3. UNIX for Dummies Questions & Answers

Problem getting vertical bar with British keyboard layout on US (physical) keyboard

Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it. I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies

4. UNIX for Dummies Questions & Answers

Keyboard keeps locking up

First off, let me start by saying that I am a total rookie when it comes to Unix so I will do my best to explain the situation. BACKGROUND:We are running AIX and using a third party Inventory Management software called Acclaim. My main interface terminal is just a "dummy" terminal hooked up to... (1 Reply)
Discussion started by: sstaszak11
1 Replies

5. UNIX for Dummies Questions & Answers

find usable keyboard and mouse for UNIX spac machine. Help

I have got a SunBlade150 box. But I don't have Sun UNIX keyboard and mouse to hook up with the machine. I know some other IBM compitable keyboard and mouse can be used on Sun UNIX box. If any one has the same situation or experience, please advise me the type, FCC ID and other information on the... (2 Replies)
Discussion started by: duke0001
2 Replies

6. UNIX for Advanced & Expert Users

How can I map Unix keyboard for PC keyboard

A Solaris AXI 440 machine with Solaris 8 version. I have PC users who use an emulation to login to the Solaris server. How can I change the keyboard mapping of the Sun keyboard to fit to the PC keyboard ? Any comment will be appreciated. Thanks (1 Reply)
Discussion started by: simhab
1 Replies

7. UNIX for Advanced & Expert Users

Unix and keyboard

Hi, I need to set Unix I/O terminal such as once key "," is pressed charcter "." is shown. Do you have any suggesion? The best to me is to accomplish this feauture with an environment variabile if it is possible. Michele Ferrero (3 Replies)
Discussion started by: micfer
3 Replies
Login or Register to Ask a Question