Search Results

Search: Posts Made By: Raghav_Singh
3,747
Posted By Raghav_Singh
You can use loop to run on a specific time of...
You can use loop to run on a specific time of day:
#!/bin/bash

while true;
do
TIME=`date | cut -d' ' -f4`
echo $TIME
if [[ $TIME == "22:00:00" ]]
then
`your...
Showing results 1 to 1 of 1

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