Open
Description
It would simplify shell scripts and the code if the positional argument to scripts is (dir)/fname
rather than just fname
.
We can have a shell script that loops thru all the files in a directory, if we ever need one.
I think it is highly unlikely we will ever be getting all our records as individual files ... but even so, this approach does not hinder our ability to process lots of small files.