#! /bin/sh # # Filename: count # # This Bourne shell script outputs the values 1, 2, and 3. # for k in 1 2 3 do echo $k done