Merge branch '3126-remote-git-url' closes #3126
[arvados.git] / doc / _includes / _arv_run_redirection.liquid
1 <notextile>
2 <pre>
3 $ <span class="userinput">arv-run grep -H -n ATTGGAGGAAAGATGAGTGAC \< *.fastq \> output.txt</span>
4 [...]
5  1 stderr run-command: grep -H -n ATTGGAGGAAAGATGAGTGAC < /keep/3229739b505d2b878b62aed09895a55a+142/HWI-ST1027_129_D0THKACXX.1_1.fastq > output.txt
6  2 stderr run-command: grep -H -n ATTGGAGGAAAGATGAGTGAC < /keep/3229739b505d2b878b62aed09895a55a+142/HWI-ST1027_129_D0THKACXX.1_2.fastq > output.txt
7  2 stderr run-command: completed with exit code 0 (success)
8  2 stderr run-command: the following output files will be saved to keep:
9  2 stderr run-command: 121 ./output.txt
10  2 stderr run-command: start writing output to keep
11  1 stderr run-command: completed with exit code 0 (success)
12  1 stderr run-command: the following output files will be saved to keep:
13  1 stderr run-command: 363 ./output.txt
14  1 stderr run-command: start writing output to keep
15  2 stderr upload wrote 121 total 121
16  1 stderr upload wrote 363 total 363
17 [..]
18 </pre>
19 </notextile>