1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

Update sed.html.markdown

Attempt to fix yet another 404
This commit is contained in:
ven
2024-01-19 10:21:03 +01:00
committed by GitHub
parent 483df5503b
commit db576413e6

View File

@@ -26,7 +26,7 @@ on its standard output.
You can suppress the default output by specifying the `-n` command-line
argument.
```sed
```perl
#!/usr/bin/sed -f
# Files that begin with the above line and are given execute permission
# can be run as regular scripts.