Re: Parameter Expansion
Bart Schaefer <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel,gmane.comp.shells.zsh.user |
|---|---|
| Message-ID | <CAH+w=7ZBoss7v+TYb9zMHdbsfE+ZWR58Cwm4reYC-3Km_7Kreg@mail.gmail.com> |
On Tue, Jul 15, 2025 at 2:15 PM Vin Shelton <[email protected]> wrote: > > Is there a way to automatically add it to every element of the array? $HOME/${^home_files} The (j::) flag is for joining elements, that is, putting something between them.