aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/fun-with-redirection-2021-09-22.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/fun-with-redirection-2021-09-22.markdown b/blog/fun-with-redirection-2021-09-22.markdown
index d0ad618..df7b065 100644
--- a/blog/fun-with-redirection-2021-09-22.markdown
+++ b/blog/fun-with-redirection-2021-09-22.markdown
@@ -105,7 +105,7 @@ cat uname.txt | cut -d' ' -f2
[The mnemonic we use for remembering the `cut` command is that fields are
separated by the `d`elimiter and you cut out the nth
-`f`ield/s. You can use ](conversation://Mara/hacker)
+`f`ield/s.](conversation://Mara/hacker)
This will get you the exact same output: