This commit is contained in:
Sylvestre Ledru
2024-01-26 21:29:25 +01:00
committed by GitHub
parent 8e7d4bb6bb
commit edfefb7f3c
+1 -1
View File
@@ -3,7 +3,7 @@ Rust reimplemtation of the procps project
Provides command line and full screen utilities for browsing procfs, a "pseudo" file system dynamically generated by the kernel to provide information about the status of entries in its process table (such as whether the process is running, stopped, or a "zombie").
Ongoing::
Ongoing:
* `pwdx`: Shows the current working directory of a process.
TODO: