home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
gawk-2.15.6-src.tgz
/
tar.out
/
fsf
/
gawk
/
test
/
reparse.awk
< prev
next >
Wrap
Text File
|
1996-09-28
|
67b
|
8 lines
{
gsub(/x/, " ")
$0 = $0
print $1
print $0
print $1, $2, $3
}