#!/bin/bash echo "Num: ${#@}" for ndx in "$@"; do echo "\"${ndx}\"" done