diff --git a/README.md b/README.md index 5c6148f..c10bb01 100644 --- a/README.md +++ b/README.md @@ -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.