@MarsChan correctly pointed out that the read() always returns 128 bytes, so skipping on >= 128 will always mean we skip. Their suggestion was to remove the equality, but read will never go past 128 bytes so I just removed that part of the check. References: procps-ng/procps!89
29 KiB
29 KiB