Skip to content

Commit

Permalink
fix typo in batch.rst (#8557)
Browse files Browse the repository at this point in the history
Changed "we advice" to "we advise"
  • Loading branch information
mwoot authored Aug 1, 2024
1 parent 7f257dc commit 2308e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/rst/source/batch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ Shell Limitations
-----------------

As we cannot control how a shell (e.g., bash or csh) implements piping between two processes (it often
involves a sub-shell), we advice against using commands in your main script that involve piping the result
involves a sub-shell), we advise against using commands in your main script that involve piping the result
from one GMT module into another (e.g., gmt blockmean ..... | gmt surface ...). Because **batch** is running
many instances of your main script simultaneously, odd things can happen when sub-shells are involved.
In our experience, piping in the context of batch script may corrupt the GMT history files, resulting in
Expand Down

0 comments on commit 2308e15

Please sign in to comment.