I have many scripts shell that are executing at the same time and they make sed
on the same file. So there is a risk that the sed
command exeute at the same time and on the same file.
Should I make a race condition check on a parallel sed
executions on the same file?