From 9dd966069a2413d38fbf5a61d78c8c0ee7deeade Mon Sep 17 00:00:00 2001 From: KK <38712160+K2-KK@users.noreply.github.com> Date: Mon, 8 Jun 2020 10:45:46 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d49fcf..82aa84a 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# linux-basics-course +# The Linux Basics Course + +These are notes from the [Linux Basics Course](https://kodekloud.com/p/the-linux-basics-course) hosted on KodeKloud. + +# Sections + +- [01-Introduction](docs/01-Introduction) + +- [02-Working-With-Shell-Part-I](docs/02-Working-With-Shell-Part-I) + + - [01-Introduction-to-Shell](docs/02-Working-With-Shell-Part-I/01-Introduction-to-Shell.md) + - [02-Basic-Commands](docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md) + - [03-Command-Line-Help](docs/02-Working-With-Shell-Part-I/03-Command-Line-Help.md) + - [04-Lab-Working-With-Shell](docs/02-Working-With-Shell-Part-I/04-lab-working-with-shell.md) + - [05-Bash-Shell](docs/02-Working-With-Shell-Part-I/05-Bash-Shell.md) + - [06-Linux-Bash-Shell](docs/02-Working-With-Shell-Part-I/06-Lab-Linux-Bash-Shell.md) +