source: other-projects/is-sheet-music-encore/trunk/gen-corpus-ids/HATHI-GET-TAB-DELIM-DUMP.sh@ 32965

Last change on this file since 32965 was 32965, checked in by davidb, 5 years ago

Further changes after test-run

  • Property svn:executable set to *
File size: 287 bytes
Line 
1#!/bin/bash
2
3wget --verbose "https://www.hathitrust.org/filebrowser/download/287235" \
4 -O "hathi_full_20190301.txt.gz"
5
6echo "===="
7echo " Next, extract Format (and a few related fields) so working with"
8echo " smaller file size:"
9echo " ./HATHI-EXTRACT-FORMAT.sh"
10echo "===="
Note: See TracBrowser for help on using the repository browser.