> On 15 Jun 2015, at 20:00, Donald Damian Raymond <[email protected]> wrote: > > Hi, > > I've written a bash script that does just what you want.
and potentially deletes a lot of files it didn’t create... #cleanup rm temp* "$cif_file" 2> /dev/null Huw
