From e668250e16d7019ff61a2d4684f6d8b1bb3b4f3f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 22 Sep 2021 22:18:11 -0400 Subject: [PATCH] Update fun-with-redirection-2021-09-22.markdown --- blog/fun-with-redirection-2021-09-22.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: