Skip to content

Instantly share code, notes, and snippets.

@jihyeonRyu
jihyeonRyu / random.sh
Created June 7, 2017 09:49
extract file randomly
#!/bin/bash
# test data set을 추출하기 위함
MAXCOUNT=100
count=1
RANGE=983
DIR='/d/Source/Repos/iconRecognition2/iconRecognitionWithTF/icon_image'
while [ $count -le $MAXCOUNT ] # 100개 뽑을 때까지 반복