On 5/21/25 5:31 PM, Peter Pentchev wrote:
When you do '. file.ini', you are NOT telling the shell to read an INI-style file, you are telling it to EXECUTE shell commands.
Hi Peter, Your exposition was much better written and explained than mine. The only thing I would add is that it becomes part of the calling bash program, unlike when Raku calls an external program, where Raku only sees the results. Thank you! -T