1.

Write the difference between $* and $@

Answer»

Unlike $@, where each QUOTED argument is TREATED as a SEPARATE argument, $* treats each positional parameter as a single argument.



Discussion

No Comment Found