Comment 🐧

#linux

@itsfoss

top -b -n 1 | grep -i <prog name>

@burns I learned that as `ps aux | grep -i <prog_name>` though I am trying to retrain it to `pgrep` with some flags.

@itsfoss