Sunday, January 17, 2010

create a command with an awk statement in it; add to your .bashrc file

function sessions() {
command ps -ef|grep ccm_eng_inf|awk '{print $5" "$2" "$21}';
}

No comments:

Post a Comment