*** empty log message ***

This commit is contained in:
hyung-hwan 2006-12-15 06:53:11 +00:00
parent cc019d0416
commit f5c8c110cb
7 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
BEGIN { BEGIN {
__global7 = " "; FS = " ";
printf ("%10s %6s %5s %s\n\n","COUNTRY","AREA","POP","CONTINENT"); printf ("%10s %6s %5s %s\n\n","COUNTRY","AREA","POP","CONTINENT");
} }

View File

@ -1,5 +1,5 @@
(__global6 == 1),(__global6 == 5) { (FNR == 1),(FNR == 5) {
print ((__global5 ": ") $0); print ((FILENAME ": ") $0);
} }
cou-en.data: USSR 8649 275 Asia cou-en.data: USSR 8649 275 Asia

View File

@ -1,5 +1,5 @@
(__global6 <= 5) { (FNR <= 5) {
print ((__global5 ": ") $0); print ((FILENAME ": ") $0);
} }
cou-en.data: USSR 8649 275 Asia cou-en.data: USSR 8649 275 Asia

View File

@ -1,5 +1,5 @@
BEGIN { BEGIN {
__global7 = __global13 = " "; FS = OFS = " ";
} }
($4 == "North America") { ($4 == "North America") {

View File

@ -1,5 +1,5 @@
BEGIN { BEGIN {
__global7 = __global13 = " "; FS = OFS = " ";
} }
{ {

View File

@ -1,5 +1,5 @@
BEGIN { BEGIN {
__global7 = " "; FS = " ";
} }
{ {

View File

@ -1,5 +1,5 @@
BEGIN { BEGIN {
__global7 = " "; FS = " ";
} }
{ {