mirror of
https://gitlab.waag.org/make/fablab/interns/2025/sam.git
synced 2025-08-03 11:54:58 +00:00
docs about linux commands
This commit is contained in:
9
docs/bootcamp/basic _linux_commands.md
Normal file
9
docs/bootcamp/basic _linux_commands.md
Normal 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 |
|
Reference in New Issue
Block a user