gerald_clark or others
I am not sure what that means.
I thought I was echoing the contents of a text file to create the contents and name of a file.
I used this method but using ' or " both seem to work ok
http://www.linuxquestions.org/questions/linux-software-2/echo-multiple-lines-of-text-312048/#post1585203echo 'line 1
> line 2
> ' > /tmp/zz
tc@box:~$ cat /tmp/zz
line 1
line 2
That is, space is not truncated. So it should work for an info file, and in the recent past it has.
Questions, if anyone has time
Should I change my build script to /bin/bash and load bash?
If I define a number of variables, does that affect /bin/sh and cause it to bork a little?
###########
I can easily go back to my old method for building the info files outside the build script
I could upload any tce.installed or init script and have the script download it
----but I would prefer to have it all in the script.
Thanks for reading