AI-MicroStructure

 view release on metacpan or  search on metacpan

bin/getnice  view on Meta::CPAN

#!/bin/bash

IFS=$'\n'

q=$1
dir=$2

if [ ! $MICRO_LANG ]
 then
  MICRO_LANG=en
fi


if [ ! $q ]
 then
  q="ufo"
fi


if [ ! $dir ]
 then
  dir="/home/santex/data-hub/stock/KnowledgeInterDisciplinary/"
fi

j=$(for i in `egrep -rli  "$q" | grep List_of_`; do
echo $i;
#echo $i | xargs -0 json-printer \-f | egrep "^\".*.$" | egrep -v ":|http|wiki|index|\/|Externallinks|References|Seealso|Listof|#|[1-9][0-9][0-9][0-9]" | tr -d "\",";
done);
echo "$j"| egrep -i "^$q|_$q"

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.542 second using v1.00-cache-2.02-grep-82fe00e-cpan-2c419f77a38b )