Add Comment
|
Related Links
|
TrackBack
GetTempDirPath.ksh (GPL)GetTempDirPath.ksh is a Korn shell script that provides your shell program with a guaranteed unique temporary directory name. Just call this script with the prefix you want for your temporary directory, and this script will return an unique temporary directory name. Two optional parameters allows you to specify suffix for the temporary directory and the directory where to create your temporary directory. After calling this script, the temporary directory is created to prevent another process from using the same name. Your application should delete the temporary directory after using it. GetTempDirPath.ksh takes advantage of the GetTempPathName.ksh (GPL) Korn shell script, which is also available on this site. So to use this script, you will need to download the GetTempPathName.ksh script if you don't already have it. GetTempDirPath.ksh is distributed as executable source code under the GNU General Public License. Please see the license agreement elsewhere on this site. UsageGetTempDirPath.ksh "prefix" ["suffix"] ["directory"] Examples# GetTempDirPath.ksh foo 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
62 Users Online
|
Copyright © 1996 - 2024. All Rights Reserved. |