Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #! /bin/bash
- echo "Enter file name in "
- pwd
- ls
- read file1
- if [ -s $file1 ] ; then
- echo "data present"
- else echo " No data/Non-Existant"
- fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement