Shell: Imprima qualquer coluna usando awk fast

Adicione esta função ao seu arquivo rc shell:

aw () {
awk
"{print $$1}"
}

Uso:

ps | aw 4