The introduction as shown at last week’s DVD night.
The out-takes from last Saturday’s DVD evening, available to download but I encourage you to buy a DVD from Bert who will have all the footage very shortly!
Here’s the out-takes that didn’t make it to the out-takes shown last Saturday either for technical reasons or because the didn’t make the cut!
Using the GUI this task is trivial (Sort by list view, click on the Date heading to order by date, select the relevant folders then right click and Compress.)
Using the command line to achieve the same results is a trifle harder. Here’s the command line I came up with:
tar zcvf ArchiveName.tar.gz `find * -maxdepth 0 -mtime +893`
The find command in the gets executed first and returns the folders and files in the CURRENT directory that haven’t been modified since the number of days specified by the number in the find command.
Tar then does it’s usual job and compresses it.
If you’re wanting to remove directories using a similar command just substitute in the rm command instead of the tar command.
To find the number of days to a date in the past I used this website here but I’m sure there’s something you can do with the date command that will give you a similar output!
Here are the recordings from last Thursday’s rehearsal.
All of which can be downloaded by clicking the relevant song above.
Please note the above recordings are for rehearsal purposes only and should be used as such.