diff options
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 { |