diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-05-27 12:15:14 -0600 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-05-27 12:15:14 -0600 |
commit | 12ecedd4f51ec9f61b45058755c161d773e1be40 (patch) | |
tree | 75d936e5298d5e8e58f7f771808bdb95cf8f833e /sed.html.markdown | |
parent | e1bc8441e80800278f4276906b0c9f6c14b28eee (diff) |
Correct highlighted lanugages
Diffstat (limited to 'sed.html.markdown')
-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 3e6d8fc8..b544af5f 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. -```perl +```sed #!/usr/bin/sed -f # Files that begin with the above line and are given execute permission # can be run as regular scripts. |