Terminal Tricks
Using Ctrl keys Ctrl + a : move to the beginning of line.Ctrl + d : if you’ve type something, Ctrl + d deletes the character under the cursor, else, it escapes the current shell.Ctrl + e : move to the end of line.Ctrl + k : delete all text...
21.08.2024