View Single Post

   
  #6 (permalink)  
Old 01-16-2008, 07:12 PM
Shashank
 
Posts: n/a
Default Re: repeating commands

Ah.. its working.Thanks a lot. We were really getting in hard working each
time working.

Where will I get explanation of this command.

regards,
Shashank

Ted Linnell wrote:

> Shashank <shashank@icmgworld.com> wrote:
>
> >It prints:
> >
> >$ echo $SHELL
> >/bin/sh
> >
> >regards,
> >Shashank
> >
> >Alex van Denzel wrote:
> >
> >> Shashank wrote:
> >> > I am not able to get previous run command using upper arrow key.
> >> > [...]
> >> > Also tab completion is not working.
> >>
> >> Probably the shell that you are using doesn't support command history
> >> and/or filename completion.
> >>
> >> Try typing "echo $SHELL" and post the output here.
> >>
> >> Alex.

> Try
> set -o vi
>
> then "<esc>-" should give the previous command.
>
> Ted.
> ================================================== ============
> | Ted Linnell <edlinnell@acslink.net.au> |
> | |
> | Nunawading, Victoria , Australia |
> ================================================== ============


Reply With Quote