Darren Beale's Web Log
—
[code]#!/bin/sh for FOO in a b c d e f; do echo $FOO done[/code]
Outputs a b c d e f