X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=blobdiff_plain;f=random_parse.sh;h=d4380e1ecffc90b3f5331028064b408530fda1ce;hp=729a2947d98f0a74a37964cee97559df0970c4b2;hb=HEAD;hpb=82bebb724c50bdb9f7fc9f2fe3fc4dbb0535a20d diff --git a/random_parse.sh b/random_parse.sh index 729a294..d4380e1 100755 --- a/random_parse.sh +++ b/random_parse.sh @@ -3,7 +3,7 @@ if [ ! -f $1 ]; then echo "$1 not a file" else count=0 -while [ "$count" -le "99" ] +while [ "$count" -le "232" ] do echo "$count $(grep -c -w $count $1)" let "count+=1"