Search Results

Search: Posts Made By: kirfee
1,683
Posted By kirfee
Good to see....your issues resolved.
Good to see....your issues resolved.
1,683
Posted By kirfee
replace line as follows; ls...
replace line as follows;
ls /RTAPP1/Dailybkup/*$NOW*
1,683
Posted By kirfee
You can try with the following bash script but...
You can try with the following bash script but make sure you test it. There will be many more smart ways to do it.
#!/bin/bash
NOW=$(date +"%Y-%m-%e")
if ls *$NOW*
then
echo 'BACKUP DONE ' |...
Showing results 1 to 3 of 3

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