Add Comment
|
Related Links
|
TrackBack
Tokenize.sh (GPL)Tokenize.sh is a companion to the Token.sh script that is available elsewhere on this site. Tokenize.sh help by converting any delimiting string to white space, so that the result could be used with Token.sh. Tokenize.sh is a command-line shell script utility. You can pipe any line text into Tokenize.sh, with a command-line argument of the delimiting string. Tokenize.sh will return the string with white spaces for piping into Token.sh. Tokenize.sh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. UsageTokenize.sh "delimiter" string ExampleTokenize.sh "~" "first~second~third~fourth" Returns "first second third fourth". Tokenize.sh "~" "first~~second~~~third~~~~fourth" | Token.sh 3 Returns "third". Chieh Cheng This new version of Tokenize.sh now supports the ability to pipe in a string. The new version is attached below. UsageTokenize.sh "delimiter string" Exampleecho "first~second~third~fourth" | Tokenize.sh "~" Returns "first second third fourth". echo "first~~second~~~third~~~~fourth" | Tokenize.sh "~" | Token.sh 3 Returns "third". 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
37 Users Online
|
Copyright © 1996 - 2024. All Rights Reserved. |