Software >> OS >> Unix >> Linux >> gawk >> How to use gawk to process output of another command

<command> | gawk 'gawk command' eg. ls -la | gawk '// {print ,}'