Elektrine lite

← Feed

@thingsiplay@lemmy.ml

Post #3988166

2026-07-21 14:38 UTC

The the use of a bash interpreter? find -exec can run mv directly.

Replies (2)

  • @JoMiran@lemmy.ml 2026-07-21 14:42

    Nice. Could you recreate my mess using it? We all carry bad habits and inneficiencies, so I’m down to learn a cleaner, more efficient way.

    Open ##3988222

  • @GaumBeist@lemmy.ml 2026-07-21 17:16

    Presumably so the regex in the parameter expansion/replacement works, since you can’t do that to the placeholder {} string that find uses

    Open ##3991240