I have a folder that is filled with .pid files. Each has the PID for a resque worker. How can I kill every PID in that folder from the command line?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
According to the docs it says to use:
Note: That looks them up by name instead of using the Also, the |
|||
|
should do it? If you need to specify a signal, for example
If your pidfiles lack newlines, this may work better:
|
|||||||||||||
|
|
Run this - with backticks:
|
|||||||||||||||
|
|
Run the command:
If the PID files don't have newlines, then the following should work:
|
||||
|
|
Although the Question is answer but thought that there some many awesome way you can do some task in linux that what the answer is for exhibiting the power of linux How abt this
NOTE: |
|||
|
|