[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [glob2-devel] Re: Tutorial translation isn't detected
From: |
Kai Antweiler |
Subject: |
Re: [glob2-devel] Re: Tutorial translation isn't detected |
Date: |
Tue, 12 Jan 2010 21:01:20 +0100 |
> Well, this looks interesting. But the
> resulting file doesn't look exactly right, as it only gives the lines
> containing ",de" and the lines from arFile.txt in the right order.
You are right.
The "print $0" was at the wrong place it must be:
# gawk '{if (FILENAME == "arFile.txt") {a[NR]=$0} else {print $0;if
($0 ~ /,de/) {print a[++i] }} }' arFile.txt tutorial_part1.sgsl >
tutorial_part1.sgsl.new
--
Kai Antweiler
- [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/07
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Leo Wandersleb, 2010/01/08
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/10
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Kai Antweiler, 2010/01/10
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/11
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Kai Antweiler, 2010/01/11
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Kai Antweiler, 2010/01/11
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/12
- Re: [glob2-devel] Re: Tutorial translation isn't detected,
Kai Antweiler <=
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Kai Antweiler, 2010/01/12
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/13
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Kai Antweiler, 2010/01/13
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/14
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Kai Antweiler, 2010/01/14
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/14
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Kai Antweiler, 2010/01/14
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Leo Wandersleb, 2010/01/14
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/15
- Re: [glob2-devel] Re: Tutorial translation isn't detected, Majid AL-Dharrab, 2010/01/16