One change I would make:

Bret Hughes wrote:

<snip>

> #create list of files to extract
> tmpfile="/tmp/instdocsonly.tmp"

I would change this to:

#create list of files to extract
tmpfile=`mktemp /tmp/$0.XXXXXX` || ( echo "Could not create unique temp
file" && exit 1 )

WARNING: UNTESTED, and I'm famous for making goofy errors (perlisms in
shell and vise versa), so use at your own risk.


> echo "temp file is $tmpfile"

<snip>

> Bret

-m
-- 
Michael Jinks, IB // Technical Entity // Saecos Corporation
"No one speaks English and everything's broken."  -- T. Waits
"Tom Waits would have made a decent sysadmin."  -- M. Jinks



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to