hhmx.de

· Föderation EN Fr 11.04.2025 22:10:01

@khm

Wouldn't that require a for loop to load the array, though?

Or is there an easy way to do something like

typeset -a files=*

(that would actually read it into an array, rather than schlorping it all into ${files[0]})?

Föderation · Fr 11.04.2025 22:55:32

files=(*-*.[pP][dD][fF]) should load the array

glob's gonna glob