bash temporary files not deleted

Tim Davidson timd@werple.net.au
Mon Jul 5 21:13:00 GMT 1999


When creating a file using a "here-document", the temporary file created
by bash is not deleted, e.g.
cat > tmp.tmp << EOF
1
2
3
EOF

After execution, tmp.tmp is OK but a file with a name like
/tmp/t1306-1-sh still exists containing the same data as tmp.tmp.  Why?

Using BASH_VERSION='2.02.1(2)-release'.


Tim Davidson



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list