47
you are viewing a single comment's thread
view the rest of the comments
[-] stewie410@programming.dev 2 points 5 months ago

You can get rid of those greps, btw:

ps aux | awk '/zoom/ && $0 !~ /awk/ {print $2}'

Or just use pgrep.

[-] victorz@lemmy.world 2 points 5 months ago* (last edited 5 months ago)

The greps were much more legible that this concoction ๐Ÿ˜…

But I second the use of pgrep. ๐Ÿ‘Œ

Better yet, just killall zoom.

[-] TrumpetX@programming.dev 1 points 5 months ago* (last edited 5 months ago)

grep is everywhere, pgrep is not

this post was submitted on 16 Dec 2025
47 points (100.0% liked)

Linux

13816 readers
361 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS