readme: move pidwait to ongoing

This commit is contained in:
Daniel Hofstetter
2024-08-16 14:46:35 +02:00
parent 861fce0572
commit 18345956d9
+1 -1
View File
@@ -21,9 +21,9 @@ Ongoing:
* `pgrep`: Searches for processes based on name and other attributes.
* `pidof`: Find the process ID of a running program.
* `ps`: Displays information about active processes.
* `pidwait`: Waits for a specific process to terminate.
TODO:
* `pidwait`: Waits for a specific process to terminate.
* `skill`: Sends a signal to processes based on criteria like user, terminal, etc.
* `tload`: Prints a graphical representation of system load average to the terminal.
* `top`: Displays real-time information about system processes.