Skip to main content

11/10/23: Unix Command Line Programming

Technician: Agnes

NOTES

The 'command line' (AKA terminal on mac) is a way to interact with your computer using text. To do this workshop on a Windows computer, you will want to install a Unix-type command line (instead of the default Command Prompt), the one I recommend is Git Bash. On mac and linux you don't need anything new.

This workshop was based on the carpentries workshop on the Unix command line, which provides a thorough set of notes to work through. Other interesting links for command line resources include: