Skip to content

Instantly share code, notes, and snippets.

@p-hennessy
Created February 7, 2014 05:15
Show Gist options
  • Save p-hennessy/8857646 to your computer and use it in GitHub Desktop.
Save p-hennessy/8857646 to your computer and use it in GitHub Desktop.
Presentation 1 - Basic Unix Commands and Concepts
Cover
How to find help (man pages)
Navigation
pwd, ls, cd
File system structure
File creation / deletion
rm, rmdir, mkdir, touch
File viewing
cat, more/less, head/tail, column
I/O streams (stdin, stdout, stderror)
Piping
Tab Completion
Counting, Sorting
wc, sort, uniq
Web utilities
wget, curl
Presentation 2 - Regular Expressions
Review
grep, sed
Cover
Regex Playground
Demonstrate basic syntax of regular expressions
Show examples using grep and sed, have class try it
Show / give away template script (chmod?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment