summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-02 02:26:37 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-02 02:26:37 +0100
commit54219327782db0b5c78aebf2d982f20ea1bef47f (patch)
treeb66041176e3aa50bd4c95a23516f117520c0b828
parent1e5a920790e470116a7314ad66ee26cb8fa27a37 (diff)
Add link to reference
-rw-r--r--src/blog/new-sh/index.gsp13
1 files 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 {