/ Linux Reviews / Beginners: Learn Linux / Bash Guide for Beginners - en Chapter 5. The GNU sed stream editor
5.1. Introduction5.1.1. What is sed?A Stream EDitor is used to perform basic transformations on text read from a file or a pipe. The result is sent to standard output. The sed syntax has no output file specification, but results can be saved to a file using output redirection. The editor does not modify the original input. What distinguishes sed from other editors, such as vi and ed, is its ability to filter text that it gets from a pipeline feed. You do not need to interact with the editor while it is running; that is why sed is sometimes called a batch editor. This feature allows use of editing commands in scripts, greatly easing repetitive editing tasks. When facing replacement of text in a large number of files, sed is a great help. 5.1.2. sed commandsThe sed program can perform text pattern substitutions and deletions using regular expressions, like the ones used with the grep command; see . The editing commands are similar to the ones used in the vi editor: Table 5-1. Sed editing commands
Apart from editing commands, you can give options to sed. An overview is in the table below: Table 5-2. Sed options
The sed info pages contain more information; we only list the most frequently used commands and options here. / Linux Reviews / Beginners: Learn Linux / Bash Guide for Beginners |
Meet new people Adult Dating |