Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 619 Bytes

cli-basics

At Lewis & Clark, using command line interfaces (CLIs) will be an important part of your CS education, and your computational life outside of LC. Unfortunately, LC doesn't spend a whole lot of time teaching how to use a command-line interface.

This repository will (hopefully) help orient you in your quest to better understand command-line interfaces.

Contents

The repository is separated into the following chapters:

  1. Introduction: What is a CLI?
  2. CLI and filesystem basics
  3. CLI editors
  4. Installing and compiling
  5. Environment variables
  6. Remote shells
  7. Advanced CLI tips and tricks