in reply to Substitution in a file
perl -i.orig -pe 's/total_bytes/""/ig' myfile.txt [download]
Cheers.