Write shell script to to know whether the size of the file provided is greater than zero or zero and print size of file.
This is small script to finding out provided filename size whether it exist or not and if it then findout its size in Byte and print its size using stat -c%s $filename command.





