A better way to get the process id of an application. I recommend giving an alias for this command…
ps aux|grep firefox|awk '{print 2 "\t\t"12}'|head -n1
Replace firefox with the name of the application you are searching for.
Byte sized tech know-how.
A better way to get the process id of an application. I recommend giving an alias for this command…
ps aux|grep firefox|awk '{print 2 "\t\t"12}'|head -n1
Replace firefox with the name of the application you are searching for.
Copyright © 2024 Txt