echo "Enter file name:"
read fname

if [ -x $fname ]
then
	echo "File is Executable"
else
	echo "File is not Executable"
fi

1 Comment

Leave a Reply to Unix shell script from basic to advance – AppXwinD Technology Cancel reply

Your email address will not be published. Required fields are marked *