9 if [ -z "$t1" -o -z "$t2" ]; then
10 echo "Usage: $0 'Generate timestamp' 'Submit timestamp'" 1>&2
13 FILELIST=`cat Manifest`
15 # illsupport@bclibrary.ca goes to Mari.Martin@gov.bc.ca and Bob.Yuan@gov.bc.ca
18 From: "SITKA Tier 2 Support" <sitka-tier2@bc.libraries.coop>
19 Subject: SITKA Outlook export $(date +%Y/%m/%d -d "$t1") (includes ELN media/serials)
20 To: "BC Public Libraries" <illsupport@bclibrary.ca>, "OutLook Online Support" <olol_support@eln.bc.ca>, "Ramiro Castillo" <rcr@auto-graphics.com>
21 Cc: "SITKA Tier 2 Support" <sitka-tier2@bc.libraries.coop>, "Sharon Herbert" <sherbert@sitka.bclibraries.ca>
23 Full automated Outlook export
25 Please remember to review the shortcodes*csv file for any new shortcodes.
28 (none, this was automated)
30 Directory for uploads:
42 Compressed sizes in bytes:
43 $(head -n2 *stats | awk '/.marc.bz2$/{print $9,$5}')
45 Uncompressed size in bytes:
46 $(head -n2 *stats | awk '/.marc$/{print $9,$5}')
47 $(find -name '*.csv' -printf '%f %s\n')
49 Number of records submitted:
50 $(grep -h Filename -A5 $i *stats | awk '/.marc$/{print $3,$1}')
56 $(egrep '^[a-f0-9]{32}' *stats -h |sort -k +2)