#!/bin/bash set here I am echo $1 echo $2 echo $3 echo "here is a scentence" set 2 2 2 again echo $1 echo $2 echo $3 echo $4 echo $5 echo $6 #CSC128: Shell Script Examples - set builtin command