diff --git a/docs/bootcamp/basic _linux_commands.md b/docs/bootcamp/basic _linux_commands.md new file mode 100644 index 0000000..de232cd --- /dev/null +++ b/docs/bootcamp/basic _linux_commands.md @@ -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 | \ No newline at end of file