![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rsh as super user without password prompt | TheMightyUrrrrf | UNIX for Dummies Questions & Answers | 1 | 02-13-2008 07:50 AM |
| user prompt doesn't pop up with rsh command | ronenalalush | UNIX for Advanced & Expert Users | 1 | 02-13-2007 03:45 AM |
| User Prompt during batch script process | bond007jlv | Shell Programming and Scripting | 2 | 11-30-2006 12:12 PM |
| Prompt User for Pgm Output Destination | termite | Shell Programming and Scripting | 0 | 02-28-2006 09:11 AM |
| User friendly | debut | Shell Programming and Scripting | 3 | 11-09-2005 04:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
User friendly Unix ksh prompt to type directories/files
Hello,
I wanted to setup user friendly ksh command prompt, by typing first character of files or directories and then tab bring up whole word. No need to type whole file/directory/command names. Example: cat a file like university just typing un and then tab bring up whole university wod. Any help is greatly appreciated. Thanks. Abdur Rouf |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Assuming you have a file called university at your current directory location, you could type at the prompt:
> cat un then hit the [Esc] key twice should fill in the rest of the word for the filename This works for many unix commands. Is it that you are trying to avoid typing the 'cat' command first? |
|
#3
|
|||
|
|||
|
Quote:
To see which are those files type: <ESC>= |
|
#4
|
|||
|
|||
|
User friendly Unix ksh prompt to type directories/files
Yes it's woking and that is what I'm looking for
Before I use to work with bash where I used tab instead of Esc. Thanks again. Abdur Rouf |
|||
| Google The UNIX and Linux Forums |