Tips and trick on Shell/Bash

Some trick related to the Terminal on Linux: !! Repeat the last command !number Repeat the last command x number. !d Repeat the last command that start with the letter d. > write and rewrite. >> Adding. comando & execute in the backgound

No comments: