From 4e7be0845be9f0ce2107ffcbf1fac3c08d3d38fc Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Tue, 17 Aug 2021 18:45:40 -0700 Subject: [PATCH] Updated SC2088 (markdown) --- SC2088.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SC2088.md b/SC2088.md index d3596f5..e631d84 100644 --- a/SC2088.md +++ b/SC2088.md @@ -21,3 +21,7 @@ Alternatively, the `~/` can be left unquoted, as in `rm ~/"Desktop/$filename"`. ### Exceptions If you don't want the tilde to be expanded, you can ignore this message. + +### Related resources: + +* StackOverflow: [Why isn't tilde (~) expanding inside double quotes?](https://stackoverflow.com/questions/41871596/why-isnt-tilde-expanding-inside-double-quotes) \ No newline at end of file