<p dir="ltr"><br>
Le 9 févr. 2016 20:12, "Bernd Hahnebach" <<a href="mailto:gmsh@b75.ch">gmsh@b75.ch</a>> a écrit :<br>
><br>
> Dear GMSH user and developer,<br>
><br>
> I'm redirecting the output of GMSH run into a logfile on linux bash. The following command is used.<br>
><br>
> gmsh  /tmp/part_jacobian_geometry.brep  -3  -format unv  -o /tmp/part_jacobian_mesh.unv  -order 2   > /tmp/mylog<br>
><br>
> The problem I have is Warnings are not written into the log file. They are still printed into the terminal. What do I need to do to redirect the warnings into the log file as well.<br>
></p>
<p dir="ltr">Hello. An ampersand should do it (&>/tmp/myLog).</p>
<p dir="ltr"><a href="https://www.gnu.org/software/bash/manual/html_node/Redirections.html#Redirecting-Standard-Output-and-Standard-Error">https://www.gnu.org/software/bash/manual/html_node/Redirections.html#Redirecting-Standard-Output-and-Standard-Error</a><br>
</p>