On 11/03/2024 07:52, luigi scarso wrote:
$ ls -1 * boo foo test.lua$ texlua test.lua * boo foo test.lua $ texlua test.lua '*' * $ texlua test.lua "*" * $ texlua test.lua '"*"' "*" $ texlua test.lua "'*'" '*' and the same with luatex. I guess that it's not what you expect under windows, but at the moment I cannot test.
Akira has adjusted the behaviour on Windows - the problem was that * was being expanded by "texlua" but not by "luatex". Regards, Joseph