bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question on $@ vs $@$@


From: Lawrence Velázquez
Subject: Re: Question on $@ vs $@$@
Date: Sat, 24 Aug 2024 23:54:47 -0400

On Sat, Aug 24, 2024, at 11:49 PM, Lawrence Velázquez wrote:
> Correct.  Since you're using $* unquoted in a context where field
> splitting is performed, the shell does not expand it to a single
> field.

That is, unless there's a single positional parameter that is not
further split.

-- 
vq



reply via email to

[Prev in Thread] Current Thread [Next in Thread]