On a Linux shell, what is echo $1 supposed to do?I do a echo $1, it prints out what is the default login shell used. But for echo $2 onwards, all I get is a newline. Why is that? ...