You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnbook/progress.sh

4 lines
192 B
Bash

D=$(wc ../bitcoinbook/ch* | grep "total" | awk '{print $3}')
N=$(wc ch* | grep "total" | awk '{print $3}')
echo 'print("{:2.2f} % Chars of Mastering Bitcoin".format('$N'*100/'$D'))' | python3