bc, dd, nc, sed, tree, yacc: update links (#12956)

This commit is contained in:
spageektti
2024-06-13 10:30:46 +02:00
committed by GitHub
parent 1131a51767
commit 4b0e6f85d2
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
> Edit text in a scriptable manner.
> See also: `awk`, `ed`.
> More information: <https://manned.org/man/sed.1posix>.
> More information: <https://manned.org/sed.1posix>.
- Replace all `apple` (basic regex) occurrences with `mango` (basic regex) in all input lines and print the result to `stdout`: