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)