#!/bin/sh # # Script to test parameters # echo $# echo $1 echo $2 echo $* echo "$@"