#pipe command into getline and to a variable #Ex: awk -F: '{"wc -l "$1 | getline c; printf("%s ",c)}'