mirror of
https://github.com/restic/restic.git
synced 2025-08-22 06:21:10 +00:00
Update faq.rst
the correct output of `echo "~/documents"` is `~/documents`
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user