Top
Home
Tags
Bash
Bash
Bash for noobs
16 Mar 2023
Basic Bash commands
Selected basics
ls
# List contents of directory
Add
-1
to display results in a single column. Add
-l
to see more details. Add …
Bash
Linux