The grep command is a handy, reliable tool for searching for files or information. This tutorial illustrates 10 ways to take advantage of its power and flexibility. From the tutorial: Windows search ...
You may find yourself in a situation where you remember the content of a file but not its name. Linux offers various commands to help you find files based on specific text strings within them. By ...
Ooooh, great article to wake up to. I find the following alias commands, which I set system wide in /etc/profile.d/custom.sh, on my primary file server and anything ...
I love chaining commands as much as anyone, and sed, awk, grep, and perl are some of my best friends. However, remember that, in *nix, each command runs in its own process, the resources required for ...
It’s fast, it’s powerful, and its very name suggests that it does something technical: grep. With this workhorse of the command line, you can quickly find text hidden in your files. Understanding grep ...
Viewing the content of files and examining access permissions and such are very different options. This post examines a number of ways to look at files on Linux. There are a number of ways to view ...
Quick: If you shout "regular expressions" in a crowd of Linux users, what happens? Answer: Everyone will tell you the right way to use them, and every answer will be different. Regular expressions -- ...
The eval command allows you to run the contents of variables as commands and can be very useful, especially in scripts. There are probably a lot of Linux users who have never encountered the eval ...
Ever wanted a cheat code for writing Linux commands without consulting the manpages every time and understanding their usage? Well, there's a tool for that called cheat. Whether you need a quick ...