Locating procps Utilities Source Code
The free command—along with ps, top, kill, pgrep, and dozens of other system utilities—is maintained as part of the procps-ng project. Source repository The source code is hosted at: https://gitlab.com/procps-ng/procps You can clone it with: git clone https://gitlab.com/procps-ng/procps.git cd procps Most distributions package procps-ng, so you likely already have it installed. You can verify the…
