#!/bin/zsh -f 
command ps -axww | grep -v "awk" | awk -F" " "/$1/{ print \$1 } "
