Re: Can $1 be set in a script?



Dances With Crows <danSPANceswitTRAPhcrows@xxxxxxxxx> writes:

On Thu, 30 Mar 2006 19:12:54 GMT, larryalk staggered into the Black Sun
and said:

This question has absolutely nothing to do with X. Followup set to
col.misc.

Can $1 be set to something else in a script?
$1=teststring
or
$1=$($2)

Try:

set -- one
echo $1
.