[kwlug-disc] bash question tab separated values

Richard Weait richard at weait.com
Thu Nov 5 17:17:23 EST 2009


On Thu, Nov 5, 2009 at 4:32 PM, Khalid Baheyeldin <kb at 2bits.com> wrote:
>
> Can you process in awk?
>
> If so, then just use:
>
> awk -F"\t" '{print $1; ... something else; }' yourfile.txt

Thank you!




More information about the kwlug-disc mailing list