burim:bash:udemy:fileemptycheck
#!/bin/bash -e
if [ -s diff.txt ]
then
rm -f empty.txt
touch full.txt
else
rm -f full.txt
touch empty.txt
fi
burim/bash/udemy/fileemptycheck.txt · Last modified: 2019/09/05 09:28 by burim
