-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
I'm trying to pass a newline-separated list of directories to siegfried with the -f flag, but obviously run into the error:
file is of type directory; only regular files can be scanned
I can get around this for input lists with a few directories by piping the contents of the file to stdout, but this becomes unwieldy when the number of directories in the list approaches a few hundred - eventually I would like to profile the contents of around 10000 directories. Is there some functionality I'm missing where passing a list of directories in this way is possible or could this be added? Thanks!
Reactions are currently unavailable