*** empty log message ***
This commit is contained in:
8
ase/test/awk/emp-001.out
Normal file
8
ase/test/awk/emp-001.out
Normal file
@@ -0,0 +1,8 @@
|
||||
($3 > 0) {
|
||||
print $1,($2 * $3);
|
||||
}
|
||||
|
||||
Kathy 40
|
||||
Mark 100
|
||||
Mary 121
|
||||
Susie 76.5
|
||||
Reference in New Issue
Block a user