Comment by maeln

Comment by maeln 18 hours ago

3 replies

`find` only support `{}`, it does not support `{/}`, `{//}`, `{.}` etc, which is why you often need to do some parsing magic to replicate basic thing such has "the full path without the extension`, `only the filename without the extension` etc

149765 16 hours ago

I think GNU parallel has similar placeholders, but I do prefer to just use `fd`.

  • maeln 14 hours ago

    I think it does, and tbf, `fd` is bascially `find` + `parallel`, but I do find that it is nice that it is just one tool and I don't need GNU parrallel :)

[removed] 17 hours ago
[deleted]