I want to use a bash script to perfom an action for every letter of the alphabet. I know I could type out
for letter in a b c ; do [the action] done ; But is there a shorthand for ttyping ut every letter of the alphabet? something like for letter in [a-z] ; do ?? Thanks again compadres :-} -- Nick Rout <[EMAIL PROTECTED]>
