WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Sed one-liners  (Read 9034 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10961
Sed one-liners
« on: May 08, 2010, 07:13:06 AM »
Well, I didn't know of this collection before.  8)
Very useful.

http://sed.sourceforge.net/sed1line.txt
The only barriers that can stop you are the ones you create yourself.

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Sed one-liners
« Reply #1 on: May 08, 2010, 03:15:50 PM »
Indeed that is a very valuable resource from the "good old times".

There is an awful lot what can be done with SED. I have to admit that I tend to try to resolve a problem first with SED before considering other tools like AWK (or PERL).

Some additional useful links (e.g. FAQ, etc.) can be found here:
    http://sed.sourceforge.net/grabbag/tutorials/

Offline SunBurnt

  • Full Member
  • ***
  • Posts: 102
Re: Sed one-liners
« Reply #2 on: August 09, 2011, 11:14:08 AM »
I`ve used that file of examples for almost 5 years now! It`s excellent.!

Sed is just about the most commonly used Bash command, more than grep.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: Sed one-liners
« Reply #3 on: August 09, 2011, 11:49:24 AM »
That "one liners" page has long been my reference for sed when I needed a sed function beyond the usual "sed -i 's:this:that:g' filename", I couldn't have gotten along
without it.

Offline brad

  • Newbie
  • *
  • Posts: 3
Re: Sed one-liners
« Reply #4 on: August 10, 2011, 09:16:15 PM »
Curaga.  Thanks for this link!  Never felt like I had a good grasp on sed.   This will help!

A resourse that i fall back on is "the advanced bash scripting guide".  Typeing on my phone right now but a google search should get you to it.

Offline pxk

  • Newbie
  • *
  • Posts: 1
Re: Sed one-liners
« Reply #5 on: August 21, 2011, 11:52:45 PM »
Very useful link, thanks.

I use sed as well as cut and tr whenever tweaking measurement data files into a more friendly format.