Homeunix how to check file exist or not in unix Vikram somai January 19, 2021 0 Comments Facebook Twitter how to check file exist or not in unixecho "enter your file name"read fileif [ -e $file ]thenecho "file exist"elseecho "file not exist"fioutput:--e option use for checking file exist or not Tags unix Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!