Sed

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

sed is a unix command for stream data editor.

Handling Special Characters

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

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