Command Line 101 Class Notes

From NYC Resistor Wiki
Jump to navigation Jump to search
Command Line 101 Class Notes
Sections
  1. Home
  2. The Shell
  3. Directories
  4. File Management
  5. Viewing Files
  6. GREP
  7. The Pipe
  8. Chaining
  9. Cool Tricks
  10. Where do I go from here?

Hackers internet.jpg

In the Beginning there was the Command Line[edit]

UNIX Philosophy[edit]

This is the Unix philosophy: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface. - Doug McIlroy 1994

  • This is the true power of the command line, you are no longer limited but what is implemented by a single program, and can use many smaller tools to get exactly what you want!