Week 5 overview#
Learning objectives:#
Shell scripting
HW1#
Homework 1: Due Tue, 2/18 (Today), 3PM
Tue. Feb. 18 activities:#
Go to your
atm350
directory and create a new directory named250218
Copy all files from
/spare11/atm350/common/feb18
into your250218
directoryView the
wx_data_1.sh
fileRun the script
View the output
ALB_weather.txt
fileCreate a new script that requests the CF6 product for three stations of your choice. Example script name:
monthly_clim.sh
(e.g. https://mesonet.agron.iastate.edu/cgi-bin/afos/retrieve.py?pil=CF6ROC)
Tue. Feb. 20 activities:#
Go to your
atm350
directory and create a new directory named250220
Copy all files from
/spare11/atm350/common/feb18
into your250220
directoryWe will modify our script to use variables, loops, and logical blocks.