BigBug

BASH Commands

Commands

date native
csvkit install
sshpass install


Commands (misc)

history
Show history of commands in terminal:
~$ history
Repeat command e.g. line 37 in history:
~$ !37
Repeat last command:
~$ !!
Delete from history (oops.. password/API key etc.)
~$ history -d 37
Delete multiple lines (oops, I did it again.. and again) e.g from line 37 to 42
~$ history -d 37-42


sshpass test

Lorumipsum