From e9ab6b0a3ffcb69ed0868f9ec4b61e8f7ad36d85 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 10 Feb 2023 00:10:40 +0100 Subject: add manuals --- man/ls.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 man/ls.md (limited to 'man/ls.md') diff --git a/man/ls.md b/man/ls.md new file mode 100644 index 0000000..4839115 --- /dev/null +++ b/man/ls.md @@ -0,0 +1,20 @@ +# ls + +List entries of a directory + +## Usage + +``` +$ ls [path] +``` + +To list all entries (also the hidden ones starting with '.') + +``` +$ ls -a [path] +``` + + +## Notice + +If the path is omitted the current working directory is listed. -- cgit v1.2.3-70-g09d2