![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ssh keys monitoring | tungaw2004 | UNIX for Dummies Questions & Answers | 0 | 07-25-2007 03:34 AM |
| SSH keys | new2ss | UNIX for Dummies Questions & Answers | 1 | 01-05-2007 09:21 AM |
| Hot Keys | cwtlr | Shell Programming and Scripting | 8 | 12-14-2006 01:07 PM |
| SSH Keys Help | sysera | UNIX for Advanced & Expert Users | 1 | 08-10-2004 02:57 AM |
| arrow keys / special keys | raguramtgr | UNIX for Dummies Questions & Answers | 3 | 02-20-2004 02:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Assuming that you are doing a telnet to the unix box from the dos prompt, I suggest that you can use aliases. Aliases are nothing but a shortcut key to the commands for e.g
l='ls -l' c=clear bin='cd /usr/bin' After this being set when you type l it will list the files in the directory. When you type 'c' it will clear the screen. This you can set up in your .profile file. This file you can see it in your home directory. If not available you can create one. Hope this helps |
|
||||
|
hot key
Thank you for your reply. You are correct in my usage. However, I'm looking for a way to set a hot key that will replace a series of characters that I have to type for each entry. Example: a hot key that would replace "aaaaBbbbbCdddd".
|
| Sponsored Links | ||
|
|