Search Results

Search: Posts Made By: firestar
1,743
Posted By firestar
Is this gud
#!/bin/bash

while ( true )
do
RequiredTime=06:00:00
SysTime=`echo $(date) | awk '{print $4}'`
if [[ $RequiredTime == $SysTime ]]; then
body of script
fi
done
Showing results 1 to 1 of 1

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