source: other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/FULL-SELECT-EVERY-N.sh@ 31034

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

Development of scripts for working with Full EF dataset

  • Property svn:executable set to *
File size: 190 bytes
Line 
1#!/bin/bash
2
3if [ "$#" != "1" ] ; then
4 echo "Usage FULL-SELECT-EVERY-N.sh <num>" >&2
5 exit 1
6fi
7
8
9num=$1
10
11sed -n "1~${num}p" full-file-listing.txt > full-file-listing-step${num}.txt
Note: See TracBrowser for help on using the repository browser.