The Unix Shell

Prepare for The Unix Shell

Thursday, August 27, 2026
6:00–9:00 PM Central Time
Bruner Hall, Room 126

No previous command-line experience is required. Please complete the steps below before the workshop begins.

What to bring

  • A laptop running macOS, Windows, or Linux
  • Your laptop’s charging cable

Complete these steps before the workshop

  1. Follow the operating-system instructions below to confirm that you have access to Bash.
  2. Download shell-lesson-data.zip.
  3. Move the downloaded ZIP file to your Desktop.
  4. Extract the file. You should have a folder named shell-lesson-data on your Desktop.
  5. Complete the pre-workshop survey.
  6. Review The Carpentries Code of Conduct. All workshop participants are expected to follow this Code of Conduct.

Operating-system instructions

Windows

For this workshop, we recommend Git Bash, which is installed with Git for Windows.

Check whether Git Bash is already installed
  1. Open the Windows Start menu.
  2. Search for Git Bash.
  3. If Git Bash opens, you are ready. You do not need to reinstall it.
Install Git Bash

If Git Bash is not already installed:

  1. Download Git for Windows.
  2. Run the installer. Keep the default selections except for these two screens:

    • On Choosing the default editor used by Git, select Use the Nano editor by default.

    Select Nano as the default Git editor in the Git for Windows installer.
    • On Adjusting the name of the initial branch in new repositories, select Override the default branch name for new repositories and enter main.
    Set main as the default initial branch name in the Git for Windows installer.
  3. Continue through the remaining screens using the default selections, and then select Install.
  4. When installation finishes, open the Windows Start menu and launch Git Bash.

If your Tennessee Tech-managed computer prevents installation, contact the ITS Help Desk, visit our open office hours, or bring the computer to the workshop and arrive early.

Already use WSL? You may use an existing WSL installation if you are comfortable with it, but file paths may differ from those demonstrated during the workshop. Our Windows demonstrations and support will use Git Bash.

macOS

macOS already includes the software needed for this workshop.

  1. Open Terminal from Applications → Utilities, or search for it with Spotlight.
  2. At the prompt, type bash and press Return.

Linux

Linux normally includes Bash or another compatible Unix shell.

  1. Open your preferred terminal application.
  2. Type bash and press Enter.

Confirm that Bash works

Open your shell application and enter:

bash --version

You should see version information beginning with GNU bash.

Also confirm that your Desktop contains the extracted folder:

shell-lesson-data

If both checks succeed, you are ready for the workshop.

Need help? Need help before the workshop? Bring your laptop to our open office hours from 11:00 AM–12:00 PM on Tuesdays and Thursdays in Clement Hall, Room 218, or join office hours through Microsoft Teams. If you still need assistance on the workshop date, bring your laptop and arrive a few minutes early.