mirror of
https://github.com/restic/restic.git
synced 2025-08-22 13:17:48 +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
|
/home/john/documents
|
||||||
|
|
||||||
$ echo "~/documents"
|
$ echo "~/documents"
|
||||||
~/document
|
~/documents
|
||||||
|
|
||||||
$ echo "$HOME/documents"
|
$ echo "$HOME/documents"
|
||||||
/home/john/documents
|
/home/john/documents
|
||||||
|
Reference in New Issue
Block a user