This is a pretty basic script, just wanting to grab some values from commandline and insert them into variables take those and calculate percentage.
import os
files = os.system('ls ../files/ | wc -l')
matches = os.system('wc -l ../text/burn.roto_02 | awk \'{print $1}\'')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.