# Counts by looping for a fixed number of times for i in 1 2 3 4 5 6 7 8 9 10 do echo -n "...$i" done echo # Clean up for next shell prompt