#!/bin/sh
#!/bin/csh -fxv
echo $1 $2 $3
awk 'BEGIN {print substr("'$1'",'$2','$3')}' < /dev/null
