mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Update faq.rst
the correct output of `echo "~/documents"` is `~/documents`
This commit is contained in:
parent
76d56e24d6
commit
98c73eeca9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user