Sed
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