#!/bin/bash # # An argument-printing 'for' loop demonstration # for arg do echo "$arg" done