1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 14:55:25 +02:00

common/sed: add link (#5534)

This commit is contained in:
marchersimon 2021-03-30 10:59:06 +02:00 committed by GitHub
parent 4f98c1efdd
commit e69a9eed35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# sed
> Edit text in a scriptable manner.
> More information: <https://man.archlinux.org/man/sed.1>.
- Replace the first occurrence of a regular expression in each line of a file, and print the result: