Re: Awk Question - Again
From: Christoph Gysin (fr33z3_at_gmx.ch)
Date: 10/29/04
- Next message: TV_Junkie: "Environment variables (Sizes and limitations)"
- Previous message: Christoph Gysin: "Re: Awk Question - Again"
- In reply to: Christoph Gysin: "Re: Awk Question - Again"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 29 Oct 2004 16:59:43 +0200
Christoph Gysin wrote:
> How about:
> name=`echo $label1 | awk '{print($1)}'`
Or even simpler:
name=${label1%% *}
Christoph
- Next message: TV_Junkie: "Environment variables (Sizes and limitations)"
- Previous message: Christoph Gysin: "Re: Awk Question - Again"
- In reply to: Christoph Gysin: "Re: Awk Question - Again"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]