Sed Tutorial
- Sed - Useful ResourcesThe following resources contain additional information on SED. Please use them to get more in-depth knowledge on this topic.
- Stream Editor - BranchesBranches can be created using the t command. The t command jumps to the label only if the previous substitute command was successful. Let us take the same example as in the previous chapter, but instead of printing a single hyphen(-), now we print four hyphens. The following example illustrates the
- Stream Editor - Basic SyntaxThis chapter introduces the basic commands that SED supports and their command-line syntax. SED can be invoked in the following two forms:
- Stream Editor - OverviewThe acronym SED stands for Stream EDitor. It is a simple yet powerful utility that parses the text and transforms it seamlessly. SED was developed during 197374 by Lee E. McMahon of Bell Labs. Today, it runs on all major operating systems.
- Discuss SedThis tutorial takes you through all about Stream EDitor (Sed), one of the most prominent text-processing utilities on GNU/Linux. Similar to many other GNU/Linux utilities, it is stream-oriented and uses simple programming language. It is capable of solving complex text processing tasks with few line
- Stream Editor - Quick GuideThe acronym SED stands for Stream EDitor. It is a simple yet powerful utility that parses the text and transforms it seamlessly. SED was developed during 197374 by Lee E. McMahon of Bell Labs. Today, it runs on all major operating systems.
Page 1 / 5Next