- Sed Tutorial
- Sed - Home
- Sed - Overview
- Sed - Environment
- Sed - Workflow
- Sed - Basic Syntax
- Sed - Loops
- Sed - Branches
- Sed - Pattern Buffer
- Sed - Pattern Range
- Sed - Basic Commands
- Sed - Special Characters
- Sed - Strings
- Sed - Managing Patterns
- Sed - Regular Expressions
- Sed - Useful Recipes
- Sed Useful Resources
- Sed - Quick Guide
- Sed - Useful Resources
- Sed - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Sed Tutorial
This 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 lines of code. This easy, yet powerful utility makes GNU/Linux more interesting.
Audience
If you are a software developer, system administrator, or a GNU/Linux loving person, then this tutorial is for you.
Prerequisites
You must have basic understanding of GNU/Linux operating system and shell scripting.
Advertisements