home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume19
/
xfig
/
part01
/
Examples
/
README
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1993-05-27
|
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