Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.03 KB

index.md

File metadata and controls

28 lines (22 loc) · 1.03 KB
layout title
page
Extra Unix Shell Material

Software Carpentry's Introduction to the Unix Shell describes the history of the shell, basic commands, and some of the philosophy that makes it such a powerful tool. This lesson aims to supplement the material in that lesson with short topical lessons on particular shell features that are useful to researchers.

Prerequisites

All of this material assumes that learners have mastered the basic Unix shell lesson.

Topics

  1. Navigating man pages
  2. Connecting to remote machines
  3. Transferring files
  4. File permissions
  5. Directory structure
  6. Job control
  7. Aliases and the bashrc
  8. Environment variables

Other Resources