From e4140b7d1909db18efc318be6f40a1b94fd88ab4 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 21 Jan 2025 13:51:39 +0100 Subject: [PATCH] docs about linux commands --- docs/bootcamp/basic _linux_commands.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/bootcamp/basic _linux_commands.md 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