What is Nostr?
Tim Chase /
npub1n50…cr3d
2025-01-21 17:36:13
in reply to nevent1q…2d7q

Tim Chase on Nostr: nprofile1q…r93qq Seconding nprofile1q…xehlq's suggestion. You might need ...

nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqu5e7lvg4hfwj833c4wgqymsgn7agd7tg9geexrwc6qlezu9ntrxssr93qq (nprofile…93qq) Seconding nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq0ad6xrueyah757nsdwl4eqpgyewg2znpv835qzdmqcjurt0wrxnqmxehlq (nprofile…ehlq)'s suggestion. You might need `-maxdepth` to prevent it from recursing deeper if that's an issue.

Or you can send results of the find(1) to xargs(1) or GNU parallel(1) like

$ find $LOCATION -type f -name '*.txt' -print0 | xargs -0 -L1 mycommand

which can spawn multiple processes if that could speed things up.
Author Public Key
npub1n507nu5u0g0yy3jv8xzlwxzluyft9ps5p5etskrd6dxxlykkm8hqtucr3d