"set" question for Bourne shell scri

ajs ajs at hpfcla.UUCP
Tue Feb 12 05:58:00 AEST 1985


> 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



More information about the Comp.unix mailing list