![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Monitoring SCP for completion | thumper | UNIX for Dummies Questions & Answers | 2 | 03-29-2008 03:38 AM |
| Tab completion in csh | James McMurray | Shell Programming and Scripting | 3 | 12-12-2007 10:31 AM |
| line completion in vim | lakshmananindia | UNIX for Advanced & Expert Users | 2 | 09-06-2007 07:35 AM |
| Job Completion Information? | davidfrank | UNIX for Dummies Questions & Answers | 3 | 08-02-2007 06:08 PM |
| Tab completion gubbins | GNUless | UNIX for Dummies Questions & Answers | 2 | 08-15-2006 12:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Check if you have bash installed on server, if yes either set your default shell to bash or add bash command in .profile file in your home directory. Another option is to use ksh shell with vi. This is not as easy as bash but vi commands can be used to complere,search previous commands, etc. in your .profile or command prompt Code:
ksh -o vi ESC | will help complete the file names but will not do listing Esc k diskplay last command /"command" search ofr last execution of command, 'n' for next You have to be familiar with vi commands, and vi commands can be used to modify commands in line. |
|
||||
|
# which bash
no bash in /opt/nokiaoss/platform/common/bin /opt/nokiaoss/irp/bin /opt/nokianms/bin /usr/sbin /usr/bin /usr/ccs/bin /usr/contrib/bin /opt/hparray/bin /opt/nettladm/bin /opt/upgrade/bin /opt/fcms/bin /opt/pd/bin /opt/resmon/bin /usr/bin/X11 /usr/contrib/bin/X11 /opt/graphics/common/bin /opt/perl/bin /opt/mx/bin /opt/hpnpl//bin /opt/perf/bin /opt/ignite/bin /opt/ldapux/bin /var/opt/netscape/servers/shared/bin /var/opt/netscape/servers/bin/slapd/server /var/opt/netscape/servers/bin /usr/sbin/diag/contrib /opt/ots/bin /opt/ots/lbin /usr/local/bin /opt/gnome/bin /opt/mozilla /sbin /usr/sbin /opt/oracle/product/9i/bin |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|