Skip to content

Commit

Permalink
fixing README
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewesterling committed Apr 30, 2020
1 parent a5325ac commit 6102ef7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -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)
Expand Down

0 comments on commit 6102ef7

Please sign in to comment.