-
|
In bash I can get the script file name from argument $0 Script in file Output: So how can I get the $0 I tried following simple Output is:
What is the most elegant way to get the script file absolute name? If there are none, could this be a further development issue? |
Beta Was this translation helpful? Give feedback.
Answered by
lihaoyi
Aug 16, 2023
Replies: 1 comment
-
|
Sounds like you want |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jk-1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds like you want
implicitly[sourcecode.File]I think