Did you know? The / is the default delimiter in sed, but it can be any character other than a backslash (/) or newline (\n) can be used instead of a slash (/) to delimit the regex and the replacement. See https://www.cyberciti.biz/faq/how-to-use-sed-to-find-and-replace-text-in-files-in-linux-unix-shell/ for more info. #linux #unix #macos #freebsd #opensource
Used sed in production environment to find and replace bounding boxes within EPS-files (Postscript) .. as there were sometimes double and needed to only one, removed the outermost "layer".