TOOL: import-md5-list STATUS Anzeige #24
6543
commented 2019-05-11 17:45:15 +00:00
Owner
No description provided.
> db_start=$(db_query "select count(id) from File;")
db_start = 0
> db_now=$(db_query "select count(id) from File;")
db_now = 14193
> md5=$(nl ~/git/own/LOG_Movies/md5/data_shares_Filme | tail -n1 | cut -f1 | tr -d ' ')
md5 = 26351
> echo $(((db_now-db_start)*100/md5))%
53%
>
>
z.B.
6543
commented 2019-05-11 17:46:19 +00:00
Author
Owner
> while [ true ]; do
> sleep 10s
> db_now=$(db_query "select count(id) from File;")
> echo $(((db_now-db_start)*100/md5))%
> done
6543
added the 2019-05-11 17:47:15 +00:00
Tools
label
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?