diff options
author | ven <vendethiel@hotmail.fr> | 2024-01-19 10:21:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-19 10:21:03 +0100 |
commit | db576413e6fdcf87ee65f5b3d4138c588c4b740b (patch) | |
tree | 5a49eba292f27dcda0c9dd79b598e024abc5b18e | |
parent | 483df5503b71b976d4c8bdb9c899cf74f8a3913c (diff) |
Update sed.html.markdown
Attempt to fix yet another 404
-rw-r--r-- | sed.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sed.html.markdown b/sed.html.markdown index b544af5f..3e6d8fc8 100644 --- a/sed.html.markdown +++ b/sed.html.markdown @@ -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. |