Tagged Questions
2
votes
2answers
49 views
Why does F@H not bind to more than one core on Windows?
I have been contributing to Stanford's Folding@Home project for some time with most of the computers I own.
I just installed the Windows client on a new machine running Windows 7, but see that the ...
4
votes
3answers
2k views
Kill process after it's been allowed to run for some time
I want to limit the time a grep process command is allowed to run or be alive.
For example. I want to perform the following:
grep -qsRw -m1 "parameter" /var
But before running the grep command I ...