General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
DistroTube
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "" video.
It doesn't matter in this simple case, but I prefer to use "$@" when dealing with arguments because "$@" will work correctly in a for loop, while both $* and "$*" will not. I wonder if the history of why both exist is written down anywhere, because I'm curious as to why they would bother with more than one, especially given how spaces are handled in arguments.
1