Some scripts like this one use command line arguments to parse inputs. That can be a problem when the number of inputs results in a command that is too long for bash, say.
Should investigate ways of handling very large numbers of files (e.g. passing a file containing paths to inputs).
Some scripts like this one use command line arguments to parse inputs. That can be a problem when the number of inputs results in a command that is too long for bash, say.
Should investigate ways of handling very large numbers of files (e.g. passing a file containing paths to inputs).