sed

0

Announcing my second e-book "Sed One-Liners Explained"

http://www.catonmat.net

I just wrote my second e-book. This time it's about sed one-liners. Sed one-liners teaches you sed, the superman of Unix stream editing, through various practical examples, such as numbering lines, printing certain lines, converting text, etc. The book is 98 pages long and contains precisely 100 well explained one-liners. Have a look!

Read more »
pkrumins's picture
Created by pkrumins 12 years 30 weeks ago – Made popular 12 years 30 weeks ago
Category: Beginner   Tags:
0

Sustitution with sed

http://bashshell.net

The Linux utility sed provides a great way to substitute text strings in a file. Using the "s" option and by listing the current string and the string to use as the new text allows sed to perform this task.

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

Line Addressing in sed

http://bashshell.net

sed can select lines in a file that can be individually modified, printed or deleted. sed is able to select and number any of lines within a file.

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

sed (stream editor) to colorise script output

http://www.mostlymaths.net

A sample on how to use the standard UNIX tool 'sed' to use colour in terminal output.

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

GNU sed 4.2 released

http://lists.gnu.org

"A new version of GNU sed has been released [...] This is the first stable release of GNU sed to adopt version 3 of the GNU General Public License. It is also the first release to use gnulib to achieve maximum portability..."

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

Famous Sed One-Liners Explained, Part III

http://www.catonmat.net

"This is the third and final part of an article on the famous sed one-liners. This part will explain sed one-liners for selective deletion of certain lines and special applications of sed. See part one for introduction of the series..."

Read more »
can.axis's picture
Created by can.axis 15 years 13 weeks ago – Made popular 15 years 13 weeks ago
Category: Beginner   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 15 years 17 weeks ago – Made popular 15 years 16 weeks ago
Category: High End   Tags:
0

Famous Sed One-Liners Explained

http://www.catonmat.net

This article explains tens of sed one-liners from the famous sed1line.txt file. Sed is a unix program for editing text.

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

GNU sed user's manual - (last updated March 07, 2008)

http://www.gnu.org

"sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input(s), and is consequently more efficient.

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

Unix and Linux Online Dictionary Shell Script

http://linuxshellaccount.blogspot.com

A Unix and Linux Command Line Dictionary For Those Of Us Who Love The CLI :)

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

The Thesaurus Shell Script - New And Improved!

http://linuxshellaccount.blogspot.com

An updated version of the updated version of the Thesaurus script we put up a while ago. Many thanks :)

Read more »
eggixyz's picture
Created by eggixyz 15 years 37 weeks ago – Made popular 15 years 37 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 16 years 20 weeks ago – Made popular 16 years 20 weeks ago
Category: High End   Tags:

Best karma users