From 54219327782db0b5c78aebf2d982f20ea1bef47f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 2 Dec 2023 02:26:37 +0100 Subject: Add link to reference --- src/blog/new-sh/index.gsp | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/blog/new-sh/index.gsp b/src/blog/new-sh/index.gsp index b3470f5..4646042 100644 --- a/src/blog/new-sh/index.gsp +++ b/src/blog/new-sh/index.gsp @@ -194,11 +194,14 @@ html lang="en" { } p {- - In ‘The shell and its crappy handling of whitespace’, the author Mark - Dominus offers an example piece of shell script to rename @code{-*.jpeg} - files to @code{-*.jpg}. Take note of all the quoting that is required - in his example in order to properly handle filenames with spaces, as - well as the seemingly useless ‘do’ keyword: + In ‘@a + href="https://blog.plover.com/Unix/whitespace.html" + {= + The shell and its crappy handling of whitespace + }’, the author Mark Dominus offers an example piece of shell script to + rename @code{-*.jpeg} files to @code{-*.jpg}. Take note of all the + quoting that is required in his example in order to properly handle + filenames with spaces, as well as the seemingly useless ‘do’ keyword: } figure { -- cgit v1.2.3