From 6102ef799e912a3f0bca7761606c2e0cfc28ec05 Mon Sep 17 00:00:00 2001 From: Kalle Westerling Date: Wed, 29 Apr 2020 21:34:02 -0400 Subject: [PATCH] fixing README --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 1a3d081..93f1a7a 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,11 @@ While this new technique can seem intimidating if you haven't used text-based in In this session, we will: - learn common commands to create files (`touch` and `echo`) - - learn commands to create directories (`mkdir`) - - navigate our file structure using change directory (`cd`), print working directory (`pwd`), and list (`ls`) - - move content from one place to another using redirects (`>`) and pipes (`|`) - - explore a comma separated values (.csv) dataset using word and line counts, `head` and `tail`, and the concatenate command `cat` - - search text files using the `grep` command - - create and sort cheat sheets for the commands we learn [Get Started >>>](sections/01-what-is-the-command-line.md)