[Oberon] Starting V4.
Pablo Cayuela
pablo.cayuela at gmail.com
Wed Jan 13 16:35:59 CET 2021
Hellwig,
On Wed, Jan 13, 2021 at 10:26 AM Hellwig Geisse <hellwig.geisse at mni.thm.de>
wrote:
> ...
> This error can be avoided by placing the -d argument for
> find *after* the depth arguments. Specifically, replace
> `find $OBROOT -type d -maxdepth 1 -mindepth 1`
> by
> `find $OBROOT -maxdepth 1 -mindepth 1 -type d`
>
> Thank you for that!
> rm: cannot remove 'System': No such file or directory
> > ...
> > rm: cannot remove 'root': No such file or directory
> > These won't happen again, if you start from the same directory again.
> > The script recreates the symbolic links each time you invoke it.
>
> This is of course correct, but the annoying messages can
> also be avoided: replace "rm" by "rm -f".
>
>
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 "
Thanks again!
>
> Hellwig
> --
>
Thank you to you too!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.inf.ethz.ch/pipermail/oberon/attachments/20210113/15b8e772/attachment.html>
More information about the Oberon
mailing list