What is the difference between $@ and $* in shell scripts ?
- by Julien Nicoulaud
In shell scripts, what is the difference between $@ and $* ?
Which one is the preferred way to get the script arguments ?
Are there differences between the different shell interpreters about this ?