docs about linux commands

This commit is contained in:
2025-01-21 13:51:39 +01:00
parent 30512b6a8b
commit e4140b7d19

View File

@@ -0,0 +1,9 @@
# 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 |