cm0002@literature.cafe to Linux@programming.dev · 1 day agoWhat are some of your most useful or favorite terminal commands?message-squaremessage-square30fedilinkarrow-up132arrow-down13file-text
arrow-up129arrow-down1message-squareWhat are some of your most useful or favorite terminal commands?cm0002@literature.cafe to Linux@programming.dev · 1 day agomessage-square30fedilinkfile-text
minus-squareTrumpetX@programming.devlinkfedilinkEnglisharrow-up1·3 hours agoI use awk instead of cut cause I can remember the syntax better. ps aux | grep zoom | grep -v grep | awk ‘{print $2}’ | xargs kill -9
I use awk instead of cut cause I can remember the syntax better.
ps aux | grep zoom | grep -v grep | awk ‘{print $2}’ | xargs kill -9