On Wed, May 17, 2000 at 04:29:33PM +0100, bobb at redbrick.dcu.ie wrote:
> The shell appears to interpret $$ as an instruction to generate a name
> vim blah.$$
>> And it opens a file "blah.10241"
It appears to, but what $$ is is a special shell variable which is the PID
of the current process, and it is very often used for just this i.e. to
generate (probably) unique filenames. If you want a bulletproof script, you
would need to check that your chosen filename (e.g. /tmp/mytemp.$$) doesn't
exist before creating it, whereas mktemp does that for you.
Regards,
Niall O Broin
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!