Alphabet SetCreate a ksh set containing 26 letters is tedious and time consuming. I just did it and I don't want to see anyone else do it again. So I'm making my set available below for you to copy-and-paste into your own ksh script. set -A alphabet "a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s" "t" "u" "v" "w" "x" "y" "z" It's just a lower-case set for now. When I make an upper-case set, I'll post it here. Chieh Cheng
Did your message disappear? Read the Forums FAQ. Add Comment
TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites.
No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here. Messages, files, and images copyright by respective owners. |
Products
|
Services
55 Users Online
![]() |
Copyright © 1996 - 2025. All Rights Reserved. |