how to convert the following into batch
if [ -f /images/$CMVC_RELEASE/latest ]; then
rm -f /images/$CMVC_RELEASE/latest
fi
how to convert the following into batch
if [ -f /images/$CMVC_RELEASE/latest ]; then
rm -f /images/$CMVC_RELEASE/latest
fi