Michal Lenc f81a094283 nshlib: add support for pkill command
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.

Example (kill application hello):
	pkill -15 hello

The command can be turned off by NSH_DISABLE_PKILL option and depends
on FS_PROCFS.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2024-09-23 08:40:54 +08:00
..
2024-09-23 08:40:54 +08:00
2023-09-21 10:48:29 +08:00
2024-08-08 19:19:18 -03:00
2024-08-08 19:19:18 -03:00
2023-05-08 21:35:16 +03:00
2023-05-08 21:35:16 +03:00
2024-09-23 08:40:54 +08:00