IFB-ElixirFr / sandboxbioscenarios

Creative Commons Attribution Share Alike 4.0 International
1 stars 0 forks source link

[scenario 4] 2> redirection is not working #12

Open pierrepo opened 1 year ago

pierrepo commented 1 year ago

This example does not work:

grep foo /shared/data/bank/homo_sapiens 2> error.log

The error.log is created but is empty. The error message is printed in the terminal:

$ grep foo /shared/data/bank/homo_sapiens 2> error.log
(null): /shared/data/bank/homo_sapiens: Is a directory