I have a very simple python script which reads file data and calculates the number of bytes read.
#!/usr/bin/env python import sys, os file_path = sys.argv[1] e