CL101:The Shell

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?


The shell is a gateway to

When you execute a command, it runs in your current working directory. To find out what your working directory is, there is a helpful command called `pwd` (print working directory).