Hello,
I have written a csh script to generate a file using a certain command.
I want to check to see if the file has been generated successfully. If there were not errors, then the file size would be > 0 , else it would be zero. How do I check if the file size is zero???
I have written a csh script to generate a file using a certain command.
I want to check to see if the file has been generated successfully. If there were not errors, then the file size would be > 0 , else it would be zero. How do I check if the file size is zero???