You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh - a command programming language that executes commands read from a terminal or a file.
.SH SYNOPSIS
Simple Shell
.SH DESCRIPTION
Our shell is a program that provides a user interface. Users can type in commands and run programs.The main function a shell performs is to read in from the terminal what one types, run the commands, and show the output of the commands.