Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

sed is short for stream editor. It reads in a file (one line at a time), modifies the contents per your parameters, and then outputs.

A more simple description, it allows you to modify the contents of a file without you actually having to open it.

  • No labels