home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 44
/
Amiga_Dream_44.iso
/
RiscPc
/
Utils
/
tarZ.arc
/
!TarZ
/
scanfiles
< prev
next >
Wrap
Text File
|
1991-09-30
|
219b
|
21 lines
BEGIN {
char x[ 128 ];
y=1; }
/' /
{
if (y==1)
{
x=$1;
y=0;
}
else
x=substr($1,2);
if (x=="File")
{
printf("%s\n",substr($2,3));
}
}
END {}