<div dir="ltr"><div>Hellwig,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 13, 2021 at 10:26 AM Hellwig Geisse <<a href="mailto:hellwig.geisse@mni.thm.de">hellwig.geisse@mni.thm.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">...<br>
This error can be avoided by placing the -d argument for<br>
find *after* the depth arguments. Specifically, replace<br>
`find $OBROOT -type d -maxdepth 1 -mindepth 1`<br>
by<br>
`find $OBROOT -maxdepth 1 -mindepth 1 -type d`<br>
<br></blockquote><div>Thank you for that!</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> rm: cannot remove 'System': No such file or directory<br>
> ...<br>
> rm: cannot remove 'root': No such file or directory<br>
> These won't happen again, if you start from the same directory again.<br>
> The script recreates the symbolic links each time you invoke it.<br>
<br>
This is of course correct, but the annoying messages can <br>
also be avoided: replace "rm" by "rm -f".<br>
<br></blockquote><div><br></div><div>I could use 
"rm -f"  to hide the messages, ok, but I don't understand about invoking from the same directory again, I do that, but it keeps saying "
rm: cannot remove '... ': No such file or directory

"</div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Thanks again!<br>
<br>
Hellwig<br>
--<br></blockquote><div><br></div><div>Thank you to you too! <br></div></div></div>