On Mon, 17 Nov 2025 11:10:50 -0500, Rob Schramm wrote:
> ...
>ps -ef | grep /usr
>
>This used to show me everything that had a /usr in it.
>
>Now it doesn't work at all.
> ...
Any messages? Status ($?)
Partition the problem:
ps -ef > workfile
Inspect workfile with a viewer
grep /usr \workfile
cat workfile
cat workfile | grep /usr
--
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN