| This page is intended for use by students enrolled in UAH's CS390 class Spring Term 2008. Any other unauthorized use is prohibited. Student's should check this web page frequently for news, lecture notes, and class assignments. |
| The Syllabus and Class Schedule are in Adobe PDF format. |
| Apr 5 - Here is the starter Perl program for Homework #5 |
| Apr 5 - Sample solution for homework #4 |
| Mar 29 - Data file for homework #4, number 1 and number 2 |
| Mar 9 - Sample solution for homework #3 |
| Feb 23 - Sample solution for homework #2 |
| Feb 14 - Homework #2 Hint: If you have the name of a file in a variable called "file", then you can use the following statement to determine its size in bytes: size=`ls -l $file | awk '{print $5}'`. A similar approach could be used to determine the file's owner. |
| Here is a copy of the Secure Shell Client that has a freeware license for non-commercial use. |