Search Results

Search: Posts Made By: max_475
1,547
Posted By max_475
stopping process started with "while"
Hello unix forum !

how do i get rid of this while thing ? if started some where by crontab for example.


while [ true] ; do ./script > /dev/null ; done &


or for example if in terminal...
9,758
Posted By max_475
all right i have another way to solve the same...
all right i have another way to solve the same problem, but the solution it self need solution .. : )

it's working with exported variable.
but the the problem that appeared here is kind of...
9,758
Posted By max_475
I'm from the ubuntuforum, we used to have a...
I'm from the ubuntuforum, we used to have a "thanks" buttom to express our appreciation!

Thank you, works like magic.
9,758
Posted By max_475
i thought something like this is happning, do...
i thought something like this is happning,
do you think learning more about "fork" will help me?
9,758
Posted By max_475
you mean running VAR=$( ...) in...
you mean running

VAR=$( ...)

in seperate script ?
it dosn't work :(
9,758
Posted By max_475
setenv.
helllo every body ..
hope you are having good time programming in unix .

here is a little problem faced me :

setenv("myvar","bla bla",1);
system("myvar=$(grep....));

printf("%s\n",...
3,579
Posted By max_475
that is certenely much better of what i was...
that is certenely much better of what i was using, .
many thanks .
3,579
Posted By max_475
block editing, collapse, comment.
any way i can block edit a program ?

i wrote a macro to do it in emacs
so it works like :

void foo ( int ... ) ; // collapsed.

it moves the body to temperary buffer, but i can't...
Showing results 1 to 8 of 8

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