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
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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: |
|||
|
|