Search Results

Search: Posts Made By: kishore kumar
1,053
Posted By kishore kumar
How to execute a part of code at particular time
I had to execute the following code at 10:00 AM
if [ -z $ "k" ]
then
echo "Job done";
fi

But this is not the entire piece of code, this is sub part of code which alone is to be executed at...
2,662
Posted By kishore kumar
if i use this date it jus displays the date in...
if i use this date it jus displays the date in output...but i want the execution of those statements at particular time...
2,662
Posted By kishore kumar
I want to execute this code at 10:00 AM if [ -z...
I want to execute this code at 10:00 AM
if [ -z $ "k" ]
then
echo "billing done";
fi
2,662
Posted By kishore kumar
I want to check all this process in shell...
I want to check all this process in shell script...will 'at' work in shell scripting?
2,662
Posted By kishore kumar
how to check whether a process started at particular time
I want to check whether a particular process has started at 10:00a.m or not.
I can check process by ps -fu but dont know how to check it with respect to time. Could anyone help me with this?
...
Showing results 1 to 5 of 5

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