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` +