From cb6db975489878a4c265169d045e7beff8ca184c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:16:17 +0300 Subject: [PATCH] ~: add page (#13904) --- pages/common/~.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/~.md 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 ~-`