Tuesday, 27 October 2015

What is the difference between $* and $@?

$@ treats each quoted arguments as separate arguments but $* will consider the entire set of positional parameters as a single string.

No comments:

Post a Comment