DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Selecteer Column Met Awk
// Selecteer een column met awk; $n duidt de column aan, start met 1
ls -al | awk '{print $4}'





