*** empty log message ***
This commit is contained in:
15
ase/test/awk/emp-027.out
Normal file
15
ase/test/awk/emp-027.out
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
line[__global10] = $0;
|
||||
}
|
||||
|
||||
END {
|
||||
i = __global10;
|
||||
for (i = __global10; (i > 0); i = (i - 1))
|
||||
print line[i];
|
||||
}
|
||||
Susie 4.25 18
|
||||
Mary 5.50 22
|
||||
Mark 5.00 20
|
||||
Kathy 4.00 10
|
||||
Dan 3.74 0
|
||||
Beth 4.00 0
|
Reference in New Issue
Block a user