Skip to content

Conversation

@epernod
Copy link
Contributor

@epernod epernod commented Jan 29, 2026

mObjectX -> MechanicalObject1
it should cover most of the unfound files

used this command:
find . -type f -name '*mObject*_mstate.txt.gz' -exec bash -c 'for f; do nf=$(sed -E "s/mObject[0-9]+/MechanicalObject1/" <<< "$f"); [ "$f" != "$nf" ] && mv "$f" "$nf"; done' _ {} +

(cherry picked from commit 116e91b8d595ac63f4374b7d29ba0d9ceb802a2f)
…sed anyway as regression only check last ref time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant