What is the shortest command to print a to z one per line in bash?

Is there anything shorter than this ?

for k in {a..z}; do echo $k; done

I am writing some notes (educational purpose) on how to use the awk command and this will be piped to it.

Alex ยท 1 year ago
Comments (0)

    No comments yet

You must be logged in to comment.

Sign In / Sign Up