<< back

Intro to the Terminal / Command line

The terminal is a command-line interface for interacting with a computer, a way of working with a machine pioneered in the 1960s and still widely used today. Almost anything that can be done with your graphical-user-interface operating system can also be done with the command line.

Terminal Basics

Creating/Moving/Deleting Files and Folder

Useful Keyboard Shortcuts

Connecting to Other Machines

Prompts

Scripts

Loops

Cron Jobs and Scheuled Tasks

To run a script regularly at a certain time or certain frequency, you will need to use a cron job (mac/linux) or scheduled task (windows)