Elektrine lite

← Feed

@tom_s@friendica.ambag.es

Post #3986156

2026-07-21 12:50 UTC

@sinextitan@lemmy.world Why don't you use find and rename for this? Much more comfortable.

Replies (1)

  • @JoMiran@lemmy.ml 2026-07-21 13:11

    My guess is that he was doing a “find . | grep filename”, which is a way to output a list of all occurrences within that directory structure, hence why they mentioned grep.

    Open ##3986598