Skip to content

Commit d583d5e

Browse files
docs: Update Ongoing section
1 parent a0cec00 commit d583d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Ongoing:
1616
* `pgrep`: Searches for processes based on name and other attributes.
1717
* `pidof`: Find the process ID of a running program.
1818
* `pidwait`: Waits for a specific process to terminate.
19+
* `pkill`: Kills processes based on name and other attributes.
1920
* `pmap`: Displays the memory map of a process.
2021
* `ps`: Displays information about active processes.
2122
* `pwdx`: Shows the current working directory of a process.
@@ -27,7 +28,6 @@ Ongoing:
2728

2829
TODO:
2930
* `hugetop`: Report hugepage usage of processes and the system as a whole.
30-
* `pkill`: Kills processes based on name and other attributes.
3131
* `skill`: Sends a signal to processes based on criteria like user, terminal, etc.
3232
* `sysctl`: Read or write kernel parameters at run-time.
3333
* `tload`: Prints a graphical representation of system load average to the terminal.

0 commit comments

Comments
 (0)