- shell takes commands and passes to the operating system
- most popular shell is
bash(Bourne Again Shell): a replacement ofsh, the origianl Unix shell, which was written by Steve Bourne - motivating examples:
# Copies all HTML files to `destination`,
# but only those that do not exist or are newer
cp -u *.html destination