cd
cd it116
cd ex
pwd
mkdir ex21
ls
cd ex21
cp /home/ghoffman/course_files/it116_files/temps.txt .
nano ex21.py
chmod 755 ex21.py
$ ./ex21.pyEnter "temps.txt" when prompted.
Average: 77.27 Maximum: 89 Minimum: 66
~ghoffman/it116_test/ex21.shThe script will prompt you for your Unix username.