grep 'foo' *
Sorry if not really Artix but no/little attention on many other forums
How is the find command (or else if better) to let us run a script from, i.e. relative to, every subdir under, and including, current working directory ?
illustratio e.g. script isCode: [Select]grep 'foo' *
find . -type d -exec sh -c 'cd {} && command' ';'