This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bash temporary files not deleted


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]