| by Arround The Web

Search Which Files include Given Text/String in Linux (Examples)

This tutorial shows how to search and print which files contain your specified text or string in Ubuntu and other Linux in command line, with examples. Search file or file content is an important skill for Linux administrator. I’ve shown how to use locate command to search files through the keyword in its file-name, path, […]

Share Button
Read More
| by Arround The Web

How to Add PATH Variables in Ubuntu 24.04

This tutorial shows how to configure PATH environment variables. Though title said for Ubuntu 24.04, it works in most Linux systems. PATH specifies the directories in which the executable files of programs are located on the system. Without knowing or typing the full path to the file, just type the app name in the command […]

Share Button
Read More
| by Arround The Web

How to Enable/Re-enable ‘Tab’ Key Auto-Completion in Ubuntu 22.04

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 […]

Share Button
Read More