I’d like to create a log file which is named after the originally run Julia file, for example here julia foo.jl I’d want foo.jl. From within a Julia session how can I get this information>
>Solution :
The global constant PROGRAM_FILE is set to the script name.