Using bash move efficiently

From rbachwiki
Revision as of 19:02, 27 February 2021 by Bacchas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Forgot to type sudo in front of a command

reruns the previous command with sudo

sudo !!

Cut text from current positon to the end

CTRL K
CTRL Y # will undo cut

Cut text form current position to beginning

CTRL U

Reset Terminal

reset