re: Computer touching incompetence
@vaporeon_ do you not have psutils on this system? pgrep specifically?
re: Computer touching incompetence
@aescling I have it, but it doesn't solve this problem
pgrep can prevent the grep itself from appearing in the output
But it can't prevent my script from which I invoke pgrep from appearing in the output if I invoked waitfor sleep 10
re: Computer touching incompetence
@vaporeon_ if you are willing to search fur exactly a specific arglist there’s pgrep -f -x
re: Computer touching incompetence
@vaporeon_ nvm you're using it later