source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/gslis-cluster/SCRIPTS/FULL-FILE-SIZE-COUNT.sh@ 31307

Last change on this file since 31307 was 31172, checked in by davidb, 7 years ago

to help track down missing files in HDFS copy

  • Property svn:executable set to *
File size: 403 bytes
RevLine 
[31172]1for d in coo dul1 gri iau inu ku01 loc mdp miun mou ncs1 nnc1 nyp psia pur1 uc1 ucm udel ufl2 uiug uma usu wau yale coo1 emu hvd ien keio listing mcg miua mmet nc01 njp nnc2 osu pst txa uc2 ucw ufl1 uiuc uiuo umn uva wu yul ; do
2 echo $d ;
3 (find /data/features/ef-full/$d -type f -printf "%s\n" > ef-full-$d.txt) ;
4done
5
6echo "Finished!"
Note: See TracBrowser for help on using the repository browser.