Search Results

Search: Posts Made By: 4Learning
2,589
Posted By 4Learning
Yes i did. seems issue with stat command. ...
Yes i did.
seems issue with stat command.
error message: stat: not found.
newsize=$(stat -c'%Y' "$fullpath")..is not working.
even with newsize=$(stat -c '%s' "$fullpath")
2,589
Posted By 4Learning
hi, when ran the script,its giving the o/p as...
hi,
when ran the script,its giving the o/p as File not exist even though file exist.
2,589
Posted By 4Learning
Log File updated time
tx for the reply.
i will check
2,589
Posted By 4Learning
Log File updated time
Thanks for the reply..
here is my script:-
fileloc="/given log path lcoation
cd $fileloc
filename=sample.log
if [ -f $filename ]; then
echo "File Exists"
else
echo "File not exist"
Here is...
2,589
Posted By 4Learning
Log File updated time
hi can any one please help on below .im new to shell scrpting
i need to write a shell script which will check particular log file is presented or not in specific location ,if yes how long it was not...
Showing results 1 to 5 of 5

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