michallenc opened a new pull request, #2585:
URL: https://github.com/apache/nuttx-apps/pull/2585

   ## Summary
   This command looks through the currently running processes and kills the 
those that match the selection criteria. This way system can send signal to 
processes by name and without knowing the IDs. The implementation match the one 
of `kill` and `pidof`.
   
   Example (kill application hello):
   `    pkill -15 hello`
   
   The command can be turned off by `NSH_DISABLE_PKILL` option and depends on 
`FS_PROCFS`.
   
   ## Impact
   New command.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to