Difference between revisions of "Sed -e"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} -e script Add the editing commands specified by the script option-argument to the end of the script of editing commands. {{...")
 
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
                 commands.
 
                 commands.
  
 +
[[ANSI escape codes]]:
 +
sed -e 's/\x1b\[[0-9;]*m//g'
  
 
+
== See also ==
{{sed}}
+
* {{sed}}
 +
[[Category:Linux]]

Latest revision as of 10:23, 8 December 2023

       -e script Add the editing commands specified by the script
                option-argument to the end of the script of editing
                commands.

ANSI escape codes:

sed -e 's/\x1b\[[0-9;]*m//g'

See also[edit]

Advertising: