Add Comment
|
Related Links
|
TrackBack
GetTempPathName.ksh (GPL)GetTempPathName.ksh is a Korn shell script that provides your shell program with a guaranteed unique temporary file name. Just call this script with the prefix you want for your temporary file, and this script will return an unique temporary name. Two optional parameters allows you to specify suffix for the temporary file and the directory to locate the temporary file. After calling this script, the temporary file is created to prevent another process from using the same file name. Your application should delete the temporary file after using it. GetTempPathName.ksh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. UsageGetTempPathName.ksh "prefix" ["suffix"] ["directory"] Examples# GetTempPathName.ksh foo Attached File: GetTempPathName.ksh (641 B) Chieh Cheng I changes the order of the statements in the while loop to make a minor efficiency improvement. In addition, I improved the readability of the source code. The new version is attached below. 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
82 Users Online
|
Copyright © 1996 - 2024. All Rights Reserved. |