Add Comment
|
Related Links
|
TrackBack
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
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. Add CommentSpam Control | * indicates required field TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites. Send Ping | TrackBack URL | Spam Control 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
49 Users Online
|
Copyright © 1996 - 2024. All Rights Reserved. |