Easily find the file size for a file in the command line
This bash script easily finds the filesize
If grump has not yet been installed, you can do so using:
npm i -g grump
Example usage:
grump filesize filename.jpg
see grumpJS.com to find other useful grumps!