Fix Command Typos Quickly
Fix command typos smart and quickly.
You want to create a directory. We do the same using the mkdir command.
But oops you type mkdri by mistake. How do you fix this? Well instead of the usual backspace and retyping, Use the Ctrl+T keys and the command will be fixed for you.
$mkdri
Ctrl+T
$mkdir
Same applies to other commands. The above is just an example.
No comments yet