grep

0

Performing Searches with grep

http://bashshell.net

You can direct grep to search through one file or many. You can also pipe in output from some other utility so that you’ll see only the information that you want to see. And, the fact that grep uses regular expressions allows you to perform searches even when you only have an approximate idea of what you’re searching for.

Read more »
aweber's picture
Created by aweber 11 years 24 weeks ago – Made popular 11 years 24 weeks ago
Category: Beginner   Tags:
0

Matching Literal Text Strings to Locate Data in Shell Scripting

http://bashshell.net

One of the most powerful tools available to you in shell scripting is the ability to search for text strings which highlight the information you need.

Read more »
aweber's picture
Created by aweber 11 years 27 weeks ago – Made popular 11 years 27 weeks ago
Category: Beginner   Tags:
0

grep-2.6 released

http://savannah.gnu.org

grep is a tool to search for strings inside a file. This release fixes an unexpectedly large number of flaws, from outright bugs (surprisingly many, considering this is "grep") to some occasionally debilitating performance problems. Special thanks to Paolo Bonzini for doing most of the heavy lifting.

Read more »
stargrave's picture
Created by stargrave 12 years 9 weeks ago – Made popular 12 years 9 weeks ago
Category: End User   Tags:
0

Using TCT To Recover Lost Data On Linux Or Unix - Part Two

http://linuxshellaccount.blogspot.com

Part two of a quick-start guide to the recovering deleted data on Linux or Unix partitions. Focus on lazarus from TCT

Read more »
eggixyz's picture
Created by eggixyz 13 years 1 week ago – Made popular 13 years 1 week ago
Category: Beginner   Tags:
0

Using Grep

http://beginlinux.wordpress.com

Global Regular Expression Print is the rather un-catchy full name of grep, the staple of any Linux users toolkit. It is a search tool run from the command line that is evolved directly from Unix, and is so useful it deserved a post of its own.

Read more »
mogyweb's picture
Created by mogyweb 13 years 7 weeks ago – Made popular 13 years 7 weeks ago
Category: Beginner   Tags:
0

Famous Awk One-Liners Explained, Part III

http://www.catonmat.net

"This is the third and final part of a three-part article on the famous Awk one-liners. This part will explain Awk one-liners for selective printing and deletion of certain lines. See part one for introduction of the series..."

Read more »
can.axis's picture
Created by can.axis 13 years 20 weeks ago – Made popular 13 years 20 weeks ago
Category: High End   Tags:
0

Famous Sed One-Liners Explained, Part II

http://www.catonmat.net

"This is the second part of a three-part article on the famous sed one-liners. This part will explain sed one-liners for selective printing of certain lines. See part one for introduction of the series..."

Read more »
can.axis's picture
Created by can.axis 13 years 22 weeks ago – Made popular 13 years 22 weeks ago
Category: High End   Tags:
0

Using Grep To Streamline Your Shell And Command Line Scripting

http://linuxshellaccount.blogspot.com

Some interesting ways to use grep to shorten your command lines. Not to be confused with efficiency ;)

Read more »
eggixyz's picture
Created by eggixyz 13 years 42 weeks ago – Made popular 13 years 41 weeks ago
Category: Beginner   Tags:
0

Using grep and sed to find and replace

http://searchenterpriselinux.techtarget.com

This article covers two beneficial Linux tools, grep and sed. If searching for or handling text, grep and sed can increase your efficiency with Linux bash scripting and configuration files. We'll learn how to use these commands and get some helpful tips, too.

Read more »
missgeek's picture
Created by missgeek 14 years 25 weeks ago – Made popular 14 years 25 weeks ago
Category: High End   Tags:
0

Finding files Part 2 - By Content

http://fosswire.com

Yesterday’s post detailed how you can find files by their name, permissions, time, or other descriptors. But you probably also want to be able to find files based on what is inside them. Grep is a tool that picks up where find left off, and can search inside files (though cannot do the same things that find can).

Read more »
anna's picture
Created by anna 14 years 39 weeks ago – Made popular 14 years 39 weeks ago
Category: Beginner   Tags:

Best karma users