The ‘Tab’ key bash auto-completion does not work for you? Here’s how to re-enable this feature in Ubuntu. When typing in terminal/command console, user can press ‘Tab’ key to auto-complete command, options, file path & name. This feature is quite useful and available out-of-the-box for every user with home directory. If you broke something done… Continue reading How to Enable/Re-enable ‘Tab’ Key Auto-Completion in Ubuntu 22.04
Tag: command skill
[Quick Tip] Drag and Drop Pasting File / Folder Path into Terminal
Familiar with Linux commands? You may already know many tips and tricks that will save you a lot of time. Here are some that I have been using for a long period of time, including Tab auto-completion, when you type something in Linux terminal and hit Tab, it auto-completes the command or file path, or… Continue reading [Quick Tip] Drag and Drop Pasting File / Folder Path into Terminal
How to run the history commands quickly and easily
This is a simple command line skill for beginners how to use history commands quickly and easily. For frequently used command with a long code, you don’t need to type all the code everytime you run this command. Just type in !n, where n is a number from your history list. For example, following is… Continue reading How to run the history commands quickly and easily