From 14e7dc39ffb2021eae6a55a53985eb0141a7e4d6 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Wed, 19 Oct 2022 15:49:37 +0200 Subject: [PATCH] sub overview --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ed24963..0c35952 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # Table of Contents 1. [Important Linux commands](#important-linux-commands) * [ls](#ls) + * [cd](#cd) + * [man](#man) + * [cp](#cp) + * [Concept of piping with >](#concept-of-piping-with->) + * [mkdir](#mkdir) + * [su](#su) + * [sudo](#sudo) + * [alias](#alias) + * [cat](#cat) + * [chown](#chown) + * [chmod](#chmod) + * [history](#history) + * [grep](#grep) + * [piping with |](#piping-with-|) 2. [The package manager(s)](#the-package-managers) 3. [Getting some INFO about the system](#getting-some-info-about-the-system) 4. [Cool programs you find on almost all linux](#cool-programs-you-find-on-almost-all-linux)