Re: Short writeup on ifile
[email protected] (Sam Falkner) 28 Oct 2002 09:46:39 -0700
| Newsgroups | gmane.mail.ifile.general |
|---|---|
| Message-ID | <[email protected]> |
"Clemens Fischer" <[email protected]> writes: > "Karl Vogel" <[email protected]>: > > > http://www.dnaco.net/~vogelke/.../Filtering_Spam/ > > a few remarks: > > 8 tmp=$tag.$RANDOM.tmp > 9 good=$tag.$RANDOM.good > > i think mktemp(1) would be better here, because it assures unique file > names. Not all systems have mktemp. My Solaris 9 system doesn't have a command-line way to do mktemp. At least, none that I know of. - Sam