Bash Exercise 1
 

Assignment

Your first assignment is to finsh the following bash script. The beginning of the script will create 10 files named out1 .. out10. You must add a few lines below to concatenate all 10 files into a new file named alldates.txt

To your left you can select to see more details on this assignment if you need them. You can also select tips if you need some suggestions to get started on the assignment. Finally, you can select Solution to view a solution to the problem and compare with your own.