Sed

From PKC
Revision as of 10:32, 13 January 2022 by Benkoo (talk | contribs)
Jump to navigation Jump to search

sed is a unix command for stream data editor.

Special Characters

When dealing with special characters, use a different set of separators. For example: when dealing with ', use the following command:

sed "/'/d" OriginalTextualContent.txt > NoSeparator.txt 

For more explainations, see[1] Click here to see the portion that talks about special characters


References

  1. DistroTube, ed. (Jun 25, 2021). Learning Sed Is Beneficial For Linux Users. local page: DistroTube. 

Related Pages