Kill proccess after some time
- by yael
I want to limit the time of grep process command
For example
If I perform:
grep -qsRw -m1 "parameter" /var
before running grep command I want to limit the grep process to alive not longer then 30 seconds
how to do this?
and if it can be how to return the no limit time again
Yael