Re: problems using loadfile

2005-08-24 Thread EJ Ciramella
Now I'm trying to use concat - but is there a way to contact a text file AND a binary file? I'm trying to generate a shr file (some shell scripting at the top and then the tar at the bottom). On Aug 24, 2005, at 2:40 PM, EJ Ciramella wrote: I'm trying to mimic "cat sometar.tar > script

problems using loadfile

2005-08-24 Thread EJ Ciramella
I'm trying to mimic "cat sometar.tar > scriptfile.sh" using loadfile. This works properly on our slackware box, but when run on a FedoraCore 4 box, I get: Unable to load file: sun.io.MalformedInputException Setting the encoding to ISO-8859-1 ruins the gzip format of the tar file. Any s