Skip to content

ISUgenomics/isu-commandline-intro-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workshop Schedule: Introduction to the Command Line

Duration: 4 hours

Base Material: Adapted from Data Science 101 Workbook - Unix Getting Started


Email:

If you have any questions/suggestions: [email protected]

Link to material

https://research.it.iastate.edu/news/2025/isu-workshop-1-introduction-command-line-material-available

Schedule (At a glance)

  • Start 1:00 PM: Welcome & setup; CLI concepts and getting to the terminal
  • Core topics + hands-on: navigation, viewing files, working with files/dirs, permissions, search, redirects/pipes/chaining
  • Break: 2:30–2:40 PM
  • Wrap-up 4:55–5:00 PM: Recap and Q&A

See the full, detailed schedule →


Assessment of Time Feasibility

  • This material fits into a four hour session while skipping SSH and text editors
  • Each section allows starts with explanations followed by demonstrations
  • Remaining time will be given to for hands-on exercises

Concept map — Current Working Directory

graph TD
  CWD["Current Working Directory"]
  RelPaths["Relative paths"]
  AbsPaths["Absolute paths (/...)"]
  Prompt["Shell prompt"]
  PWD["pwd"]
  CD["cd <path>"]
  Shortcuts["Shortcuts: ., .., ~"]
  WrongDir["Wrong directory"]
  Spaces["Paths with spaces"]
  Quotes["quotes"]

  CWD -->|determines base for| RelPaths
  CWD -. ignored by .-> AbsPaths
  Prompt -->|displays| CWD
  PWD -->|prints| CWD
  CD -->|changes| CWD
  Shortcuts -->|refer to| CWD
  WrongDir -->|breaks| RelPaths
  Spaces -->|need| Quotes
Loading

CWD Concept Map Download as SVG

Resources for Participants:

About

An introduction to the command line.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages