{"id":33,"description":"shell - set the positional parameters","tags":["programming","shell"],"contents":["# Set the values of the positional parameters to script, bash functions","# set foo to $1, bar to $2","set -- foo bar"]}
