You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using output redirections (e.g. for appending text or grib messages) do not with when done with a base.command statement.
the workaround is to do the redirection inside a bash script, and call that script from a base.command statement.
Hi @uwefladrich
when using output redirections (e.g. for appending text or grib messages) do not with when done with a base.command statement.
the workaround is to do the redirection inside a bash script, and call that script from a base.command statement.
e.g. from Lars
and the script contains this