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

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

Changes after testing scripts

  • Property svn:executable set to *
File size: 180 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-listing.txt > full-listing-step${num}.txt
Note: See TracBrowser for help on using the repository browser.