User Tools

Site Tools


sed:sed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sed:sed [2020/08/16 12:30] 192.168.1.1sed:sed [2020/08/17 10:59] (current) 192.168.1.1
Line 2: Line 2:
  
 **sed** is a stream editor used to perform basic text transformations on an input stream (a file or input from a pipeline).  **sed** is a stream editor used to perform basic text transformations on an input stream (a file or input from a pipeline). 
 +
 +sed takes one or more editing commands and applies all of them, in sequence, to each line of input.
 +
 +After all the commands have been applied to the first input line, that line is output and a second input line is taken for processing, and the cycle repeats. 
 +
 +----
 +
 +[[SED:Introduction|Introduction]]
  
 ---- ----
Line 14: Line 22:
  
 [[SED:Delete|Delete]] [[SED:Delete|Delete]]
 +
 +[[SED:Emails|Emails]]
  
 [[SED:File Spacing|File Spacing]] [[SED:File Spacing|File Spacing]]
 +
 +[[SED:Find|Find]]
 +
 +[[SED:HTML|HTML]]
  
 [[SED:Insert|Insert]] [[SED:Insert|Insert]]
Line 23: Line 37:
 [[SED:Numbering|Numbering]] [[SED:Numbering|Numbering]]
  
-[[SED:Printing|Printing]]+[[SED:Print|Print]]
  
 [[SED:Reverse|Reverse]] [[SED:Reverse|Reverse]]
 +
 +[[SED:Special Characters|Special Characters]]
 +
 +[[SED:uuencoding|uuencoding]]
 +
 +[[SED:ZIP|ZIP]]
  
 ---- ----
sed/sed.1597581049.txt.gz · Last modified: 2020/08/16 12:30 by 192.168.1.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki