mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-04 04:14:56 +00:00
9 lines
357 B
Markdown
9 lines
357 B
Markdown
# Basic linux terminal commands
|
|
|
|
|
|
| Command | Description |
|
|
|--------- |--------------------------------------- |
|
|
| cat | read a file and output it to terminal |
|
|
| cd | change directory |
|
|
| ls | view all files in the current folder |
|
|
| ls -la | same as ls but also view hidden files | |