Home » Full Stack Development »
echo "Enter file name:" read fname if [ -r $fname ] then echo "File is Readable" else echo "File is not Readable" fi
[…] Write a shell script to test that the file is a readable file or not. […]
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.
[…] Write a shell script to test that the file is a readable file or not. […]