F
find-and-rename
Bulk path replacement in files (e.g., during user migration).
Bash Markdown
Overview
find-and-rename is a Bash script that performs bulk replacement of file paths across specified directories. It supports dry-run mode to preview changes before applying them, making it suitable for tasks like user migration in shared environments.
Tech stack
- Bash