man/help pages for commands (e.g.man grep)
- Learn Enough Command Line to be Dangerous: walks through command line basics and examples much like this module, but in a slightly longer tutorial
fdandag(The Silver Searcher) are two tools that search through files and directories. For example, if you know a file sinewgere in a directory mentions the word cake but can't remember which one, you might runfd cakein the directory to find all local references to the term.- Sed and Awk
- CsvKit - parse CSV data in the command line, transfer to sql database, JSON, and so much more.
- UnderscoreCLI - Manipulate json data in the command line https://github.com/ddopson/underscore-cli
-
Unix Books http://www.ee.surrey.ac.uk/Teaching/Unix/books-uk.html
-
Command line data science: http://datascienceatthecommandline.com
some information sourced from: https://github.com/AlJohri/DAT-DC-12/blob/master/notebooks/intro-command-line.ipynb