diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-12-02 02:26:37 +0100 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-02 02:26:37 +0100 | 
| commit | 54219327782db0b5c78aebf2d982f20ea1bef47f (patch) | |
| tree | b66041176e3aa50bd4c95a23516f117520c0b828 /src/blog/new-sh | |
| parent | 1e5a920790e470116a7314ad66ee26cb8fa27a37 (diff) | |
Add link to reference
Diffstat (limited to 'src/blog/new-sh')
| -rw-r--r-- | src/blog/new-sh/index.gsp | 13 | 
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 { |