PREV INDEX NEXT

Author: Unknown
Subject: Bump: wildcard char in filenames
Date: Saturday, 12 Sep 2020, 18:13:45

Just wondering if there's any update about my question here:

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?

Thanks.
PREV INDEX NEXT