You are here: Home » C » Cs » Cshell

Cshell

Posts tagged with Cshell

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? ...