Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I learnt something handy in BASH recently - operate-and-get-next (Ctrl-o). If you type:

  $ echo one
  one
  $ echo two
  two
  $ echo three
  three
Then up-arrow back to 'echo one'. Then press Ctrl-o instead of enter it will execute the command and display the following one in your history ('echo two' in this case).

Very handy for replaying a series of commands.

http://www.faqs.org/docs/bashman/bashref_101.html



This is in the man page for bash on Snow Leopard, but it doesn't seem to actually work. Does anyone know why?


There's a solution here:

http://hintsforums.macworld.com/archive/index.php/t-82501.ht...

'stty -iexten' fixed it for me on my Mac.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: