Skip to main content
4 events
when toggle format what by license comment
Feb 13, 2023 at 17:19 comment added CommunityBot As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.
Feb 13, 2023 at 9:20 comment added Kusalananda Could you explain what using a for loop would solve here? A for loop is usually used for iterating over a static list (the shell expands the list in memory and iterates over it), while a while loop is used when the input is of indeterminate length, as when reading from a file, for example.
S Feb 13, 2023 at 9:13 review First answers
Feb 13, 2023 at 17:19
S Feb 13, 2023 at 9:13 history answered Gunnar Knutson CC BY-SA 4.0