Home » Full Stack Development »
echo "Enter file name:" read fname if [ -e $fname ] then echo "File is exist" else echo "File is not exist" fi
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.