From 98c73eeca945c49df2ce1979f38d9d59941a1429 Mon Sep 17 00:00:00 2001 From: Ben Northway Date: Tue, 30 Jul 2024 09:11:18 -0600 Subject: [PATCH] Update faq.rst the correct output of `echo "~/documents"` is `~/documents` --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index 19879d817..b26398f8c 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -90,7 +90,7 @@ The error here is that the tilde ``~`` in ``"~/documents"`` didn't get expanded /home/john/documents $ echo "~/documents" - ~/document + ~/documents $ echo "$HOME/documents" /home/john/documents