home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Graphics
/
graphics-16000.iso
/
amiga
/
gui
/
x
/
xfig.lha
/
src
/
x11
/
Examples
/
README
< prev
next >
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
|
1993-07-26
|
301 b
|
17 lines
The figure files have been uuencoded so that they may be mailed
to comp.sources.x without any problem with the ^A (control A)
in the text objects.
To decode them, do the following (csh):
foreach file (*.uu)
uudecode $file
end
or the following (ksh):
for file in *.uu
do
uudecode $file
done