aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/_ak_zchain10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain
index dd9400c..a5203a7 100755
--- a/lib/_ak_zchain
+++ b/lib/_ak_zchain
@@ -87,6 +87,16 @@ _ak_zchain_extract_cids(){
fi
}
+_ak_zchain_extract_cids_limit(){
+ if [ ! -z $1 ] && [ -n "$1" ] && [ ! -z $2 ] && [ -n "$2" ]
+
+ then
+ _ak_zchain_crawl -l $2 $1 | jq -M | grep Qm | sed -e 's/".*"://g; s/ //g; s/[{,"]//g' | sort | uniq
+ else
+ _ak_zchain_crawl | jq -M | grep Qm | sed -e 's/".*"://g; s/ //g; s/[{,"]//g' | sort | uniq
+ fi
+}
+
_ak_zchain_extract_data_cids(){
if [ ! -z $1 ]
then