diff --git a/pages/common/~.md b/pages/common/~.md new file mode 100644 index 0000000000..c971b2d98b --- /dev/null +++ b/pages/common/~.md @@ -0,0 +1,16 @@ +# Tilde + +> Expand to a directory. +> More information: . + +- List the current user's home directory contents: + +`ls ~` + +- List the home directory contents of another user: + +`ls ~{{username}}` + +- List the contents of the previous directory you were in: + +`ls ~-`