[net.unix] "set" question for Bourne shell scri

ajs@hpfcla.UUCP (ajs) (02/11/85)

> Now, my question is, how do you remove all parameters, i.e. set $# to 0?
> If you just say
> 	set
> you get a listing of all of the shell variables and their values.

Try this:

	set x
	shift