PREV INDEX NEXT

Author: Unknown
Subject: wildcard char in filenames
Date: Friday, 11 Sep 2020, 03:43:42

Is fiend supposed to be able to deal with wildcard ('*') characters in filenames? The solution script works with some cases, such as ./fiend * or ./fiend ../*/*/*.c, but raises a stat error if there are no files that follow filename regex. If we are supposed to deal with wildcards, is there a convenient way of processing them, especially if the filename uses many of them such as ./fiend ../*/src/*log/*.c?
PREV INDEX NEXT