home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
compcomp
/
awk
/
dearc.awk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-02-08
|
162 b
|
13 lines
# extract files from a text archive
$1=="-ARCHIVE-" {
if (file)
close(file)
file = $2
print file
next
}
{
print > file
}