I have been building a local library of .mac
files, and calling them from a single .mac
file containing a push
of my local directory & then load
's for each individual script.
This works perfectly on my desktop; however, I also need to copy the full content of all these scripts for use elsewhere (where copies of the files cannot currently be stored, but complete copies of the scripts can be included). Is there some command in Maxima that would allow me to print the content of several files, all at once, so that I can easily copy the output and paste it to another maxima environment?
I'm really looking for any way that would allow me to do this is a single copy-paste (vs. copy-pasting each individual file).