#!/bin/sh #arg_script #show how command line args work echo $1 $2 $3 echo $* echo You used the following command echo $0 $1 $2 $3 shift 2 echo $1