-
|
My scenario is that I'd like to loop through a file that contains PPAs for Ubuntu: Is there an elegant way to convert this list into a Awesome software btw! |
Beta Was this translation helpful? Give feedback.
Answered by
twpayne
Mar 8, 2026
Replies: 1 comment 2 replies
-
|
You can should use your target language (shell?) for this if possible. If you want to use templating then you can use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
j-lakeman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can should use your target language (shell?) for this if possible.
If you want to use templating then you can use the
regexSplittemplate function.