> for letter in a b c ; do > [the action] > done ; > > But is there a shorthand for ttyping ut every letter of the alphabet?
I don't know of any. It doesn't take that long to type it out once. If you need it more often, stick it into a variable. Volker
