home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
util
/
edit
/
jade
/
explode-doc
< prev
next >
Wrap
Text File
|
1994-10-06
|
110b
|
5 lines
#!/bin/sh
# explode-doc -- make the DOC file easier to read
awk 'BEGIN { RS="\f" } { print $0, "\n\f" }' DOC