The Linux grep command is a powerful search tool. From my experience, I’ve realized that most of the power I get from it comes from just a handful of options. These are the ones I reach for constantly ...
Let's get those errors fixed.
The Linux find command makes it easy to find files on your system – even if you don’t remember their names or exactly when you last updated them. Some of the options are a bit more challenging than ...
Guys a quick question : How do we find all the process which is using a particular file in Unix or Linux ? To answer your quick question you use the find command with the uid or the gid option if the ...
Carrying over from yesterday’s examination of the Ubuntu command line, today’s installment of 30 Days With Ubuntu Linux is dedicated to ‘man’ and ‘grep’. These commands wield significant power, and ...