1. Home
  2. Computing & Technology
  3. Linux

Bash Guide For Beginners

From


   Bash Guide for Beginners
   Prev    Chapter 5. The GNU sed stream editor    Next

5.4. Summary

The sed stream editor is a powerful command line tool, which can handle streams of data: it can take input lines from a pipe. This makes it fit for non-interactive use. The sed editor uses vi -like commands and accepts regular expressions.

The sed tool can read commands from the command line or from a script. It is often used to perform find-and-replace actions on lines containing a pattern.


   Prev    Home    Next
   Non-interactive editing    Up    Exercises


* License

* Bash Guide For Beginners Index

Explore Linux
About.com Special Features

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

  1. Home
  2. Computing & Technology
  3. Linux
  4. Linux Documentation
  5. Bash Guide for Beginners
  6. Bash Guide For Beginners - Summary

©2009 About.com, a part of The New York Times Company.

All rights reserved.