Showing posts with label Bash Shell. Show all posts
Showing posts with label Bash Shell. Show all posts

Wednesday, February 4, 2015

Bash: Reissue And Repeat A Long Command Without Retyping It on a Linux, OS X & Unix

I'm a new Ubuntu Linux user. In Linux, Apple OS X or Unix-like systems, how do I reissue or repeat a long command without retying it?

You need to use the history command to display or manipulate the history list on a Linux or Unix-like systems. This command displays the list of commands previously typed with line numbers, prefixing each modified entry with a *.

Thursday, February 20, 2014