Shane wrote:
> On Sat, 10 Sep 2005 13:44:30 +1200, Andrew wrote:
> Hi andrew,
> What you want is to add regular expressions into your awk statements,
> specifically you are looking at
> awk ' {sub(/$/,"$2")}'
>
> http://www.student.northpark.edu/pem...k/awk1line.txt
>
> Im not too handy with awk at all (in fact I got the above from google)
> the substitution means as follows
> sub <<-- no prizes here
> /$/ <<-- at the end of the line
> "$2" <<-- Im guessing you can pass $2 (which contains the info you want
> added to the end of the line)
>
> Also Im not sure if you want everyone to know your full name and place of
> work (although working in mirimar is something to be proud of indeed
> so a bit of judicious snipping might be in order in future
> HTH
>
>
Cheers, I will take a look and see if it does what i need
I cant say im too fussed about the information contained.. as its
nothing universal will jump up and down about
Plus - after we are done here who knows where i will be!