Create a command that will return the pid of the given command string..
#!/bin/sh
ps aux|grep 1|head -n1|awk '{print2}'
Byte sized tech know-how.
Create a command that will return the pid of the given command string..
#!/bin/sh
ps aux|grep 1|head -n1|awk '{print2}'
Copyright © 2024 Txt