On Thu, 19 Oct 2006 15:34, you wrote:
<snip>
> One
> of my favorites used to be DOSKEY, the down arrow key that repeats what
> you just typed, I used to use it a lot as I was always typing the wrong
> thing and it was easier to do that and edit my mistake than to retype the
> whole string. Is there a similar command in Linux?
>

Most, if not all, of the command line shells you will encounter have this 
feature.

The up and down keys trawl through your previous commands.  You can type 
'!!' to repeat the last command and 'history' to show a list of your recent 
commands.  (There's more, but that's enough crunchy goodness for now).

Have fun,

Andrew

Reply via email to