Learn about Linux
Download Linux
Get Linux help
Get special offers on:
Linux Application Dev Programming Software
Email:
#
Return to CLI Magic: Creating basic front ends with dialog and Xdialog
© Copyright 1999-2008 - SourceForge, Inc., All Rights Reserved About Linux.com - Privacy Statement - Terms of Use - Advertise - Trademark - Ask Linux Questions - Write for Us - RSS Feed ThinkGeek - Slashdot - SourceForge.net - freshmeat - Surveys - Jobs
temp file
Posted by: Anonymous Coward on July 17, 2006 09:13 PMtempfile=`tempfile`
should be tempfile=`mktemp tempfile`
or can be tempfile=`mktemp<nobr> <wbr></nobr>/tmp/tempfile`
and this should work fine.
#