home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Utilities
/
DataKeeper
/
DataKeeper.app
/
script_df
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-06
|
201 b
|
11 lines
BEGIN {
getline;
}
{
if (! index( $1, ":" ) ) {
printf "%s %d %s\n", $1, $3, $6;
}
}
END {
}