From 1327e25909507919febd3580f77b19f66f8194da Mon Sep 17 00:00:00 2001 From: Anusha Date: Thu, 15 Jan 2026 21:00:54 +0530 Subject: [PATCH] Add beginner-friendly documentation for ls command --- linux/basics/ls.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 linux/basics/ls.md diff --git a/linux/basics/ls.md b/linux/basics/ls.md new file mode 100644 index 0000000..3c0400f --- /dev/null +++ b/linux/basics/ls.md @@ -0,0 +1,22 @@ +# ls + +## What it does +The `ls` command lists files and directories in the current working directory. + +## Example usage +```bash +ls +```` + +## Example output + +```text +documents downloads notes.txt +``` + +```` + +Save and exit: +- Press `Ctrl + O` → Enter +- Press `Ctrl + X` +