Command Line Basics
This placeholder guide will introduce staff and student workers to the command line in small, practical steps. It is meant to support future Archives workflows that benefit from basic terminal use without assuming prior experience.
Goal
Create a beginner-friendly reference for the small set of command-line skills that are most useful in Archives processing work.
Planned Topics
- what the command line is and when Archives workflows use it
- the difference between PowerShell, Command Prompt, and WSL
- how to open the right shell for a task
- moving between folders with
cd - listing files and folders
- copying file paths
- running simple commands safely
- understanding prompts, pasted commands, and command output
Placeholder Starter Concepts
The full guide should eventually explain:
- How to tell which shell you are in.
- How to navigate to a working folder.
- How to run a command from copied instructions.
- How to recognize the difference between a command, a file path, and output text.
- When to stop and ask for help instead of guessing.
Example Beginner Commands
These are starter examples only:
pwd: show the current foldercd: change foldersls: list files and foldersmkdir: create a folderGet-ChildItem: PowerShell file listingGet-FileHash: generate a checksum in PowerShell
Intended Audience
- student workers with little or no terminal experience
- staff following documented workflows that occasionally require shell commands
- anyone who needs a basic introduction before using WSL or PowerShell in Archives workflows
Future Additions
- screenshots of PowerShell and WSL windows
- examples tied to real Archives workflows
- “copy and paste exactly” beginner exercises
- a quick glossary for shell, terminal, prompt, path, and command