mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Update sed.html.markdown
Attempt to fix yet another 404
This commit is contained in:
parent
483df5503b
commit
db576413e6
@ -26,7 +26,7 @@ on its standard output.
|
|||||||
You can suppress the default output by specifying the `-n` command-line
|
You can suppress the default output by specifying the `-n` command-line
|
||||||
argument.
|
argument.
|
||||||
|
|
||||||
```sed
|
```perl
|
||||||
#!/usr/bin/sed -f
|
#!/usr/bin/sed -f
|
||||||
# Files that begin with the above line and are given execute permission
|
# Files that begin with the above line and are given execute permission
|
||||||
# can be run as regular scripts.
|
# can be run as regular scripts.
|
||||||
|
Loading…
Reference in New Issue
Block a user