diff options
-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. |