Till Halbach wrote:
> The bash manual for the control structure 'for name [ in word ] ; do
> list ; done' says:
> 'The list of words following in is expanded, generating a list of
> items.' However, if no files are found, it is set equal to the query
> string.
If you want filename expansion
Till Halbach wrote:
> Bash Version: 2.05b
> The bash manual for the control structure 'for name [ in word ] ; do list
> ; done' says:
> 'The list of words following in is expanded, generating a list of
> items.' However, if no files are found, it is set equal to the query
> string.
Yes.