Search Results

Search: Posts Made By: shrao
8,490
Posted By shrao
Regarding the shift command???
I am running a program where in I have this command
which is giving error the shift: number is not correct.
can you please tell me how shift actually works?

the line which is giving error is-...
25,126
Posted By shrao
I am getting error no process killed for the command kill$!
I tried this method,still I am getting no process killed. can you justhelp in this
I=1
while [ $I -le 2 ]
do
scriptname &
sleep 10
killall -9 scriptname
echo $I
...
25,126
Posted By shrao
I need a script like this
while [ 0 -le 5 ] #which is infinite while loop
do
./my_function_which_prints_hi_every_5secs #written in C & stored
sleep 10
killall -9 ./my_function_which_prints_hi_every_5secs #shuld kill...
25,126
Posted By shrao
how to start a process and make it sleep for 5 mins and then kill that process
how to start a process and make it sleep for 5 mins and then kill that process
Showing results 1 to 4 of 4

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