awk

AWK is a language for processing text files.




process id onlyps -ef | grep proxy | awk '{print $2}'


filter first and second columnip a | awk '{print $1, $2}'