From 18345956d997b14baa6c681d4cc6de383c804875 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 16 Aug 2024 14:46:35 +0200 Subject: [PATCH] readme: move pidwait to ongoing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.