Hello Experts.
I'm sure this is a simple one, but not within my small realm of knowledge.
How do check to see if a file is at least a certain size? I want to say:
If my_file.txt is greater than 256 Bytes then...
I currently have if [ -s my_file.txt ] then
which I believe checks to see if there is any size, but I want to specifiy the size parameter.
Thank you for your help.
Start Free Trial