Best Keyboard Shortcuts for Bash Terminal

Best Keyboard Shortcuts for Bash Terminal 1. Use tab for auto completion Tab: Automatically complete the file, directory, or command you’re typing. 2. Switch back to the last working directory scideas@scideas-Aspire-E5-553:~$ cd – 3. Go back to home directory scideas@scideas-Aspire-E5-553:~$ cd ~ or scideas@scideas-Aspire-E5-553:~$ cd 4. List the contents of a directory scideas@scideas-Aspire-E5-553:~$ ll 5. Running […]