Search Results

Search: Posts Made By: rparsa001
2,706
Posted By rparsa001
Need help in writing script for finding files in the unix machine?
I would like to find whether a file exists in the UNIX machine. That i can check using

if [-f $file];then
echo "exists"
echo " `cat $file` "
else
echo "invalid file"
fi.

and i can...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 08:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy