let’s say I have 2 different scripts that do a mmv on files from the same directory but to different target directories.
They are run at the same time (cron).
What happens to the files that match mmv’s pattern ? Are they scattered in both target directories ?
Unpredictable result:
The first (there is always a first) would success,
The laters would fail -> generate some error report.