Answers for "how to check if file is empty in bash?"

1

bash check if file is empty

if [ -s FILE ];
Posted by: Guest on September-26-2021

Code answers related to "how to check if file is empty in bash?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language