Edit text in a scriptable manner.
sed 's/{regular_expression}/{replace}/' {filename}
sed -r 's/{regular_expression}/{replace}/g' {filename}
sed -i 's/{find}/{replace}/g' {filename}
sed '/{line_pattern}/s/{find}/{replace}/' {filename}
sed '/{line_pattern}/d' {filename}
sed 11q {filename}
sed -e 's/{find}/{replace}/' -e 's/{find}/{replace}/' {filename}
/
by any other character not used in the find or replace patterns, e.g. #
:
sed 's#{find}#{replace}#' {filename}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB