Very nice. I ran into a problem where I had multiple files which had the same name, but with a different suffix, and all were being read by the long running process. I sorted it out temporarily by doing an egrep "$file$", but there is probably a better and more general way of solving this, I'm sure.
Very nice. I ran into a problem where I had multiple files which had the same name, but with a different suffix, and all were being read by the long running process. I sorted it out temporarily by doing an egrep "$file$", but there is probably a better and more general way of solving this, I'm sure.