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