Command Line Interface (CLI) - Unix Shell¶
Unix shell and shell programming tutorials
The Command Line Interface (CLI) or UNIX Shell is a text-based interface for interacting with an Operating System through typed commands.
The shell is both an interactive command language and can execute shell scripts.
As users we can interact with the Unix shell using a terminal.
Sections¶
- Introduction to Github Codespaces
- Introduction to the UNIX Shell and Unix filesystem
- Working with Files and Directories
- Pipes and Filters
- Loops & Shell Scripts
Resources used in this tutorial¶
- The Command Line Interface Shell.
- UNIX Shell Command Line Programming
- The Unix Shell. Software Carpentries.
- Introduction to Command Line for Genomics. Data Carpentry.
- Explain Shell
Created: 05/11/2023; Last update: 05/15/2023
Carlos Lizárraga-Celaya. University of Arizona, Data Science Institute.