Merge branch '8784-dir-listings'
[arvados.git] / doc / _includes / _arv_run_redirection.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 <notextile>
8 <pre>
9 $ <span class="userinput">cd ~/keep/by_id/3229739b505d2b878b62aed09895a55a+142</span>
10 $ <span class="userinput">ls *.fastq</span>
11 $ <span class="userinput">arv-run grep -H -n ATTGGAGGAAAGATGAGTGAC \< *.fastq \> output.txt</span>
12 [...]
13  1 stderr run-command: grep -H -n ATTGGAGGAAAGATGAGTGAC < /keep/3229739b505d2b878b62aed09895a55a+142/HWI-ST1027_129_D0THKACXX.1_1.fastq > output.txt
14  2 stderr run-command: grep -H -n ATTGGAGGAAAGATGAGTGAC < /keep/3229739b505d2b878b62aed09895a55a+142/HWI-ST1027_129_D0THKACXX.1_2.fastq > output.txt
15  2 stderr run-command: completed with exit code 0 (success)
16  2 stderr run-command: the following output files will be saved to keep:
17  2 stderr run-command: 121 ./output.txt
18  2 stderr run-command: start writing output to keep
19  1 stderr run-command: completed with exit code 0 (success)
20  1 stderr run-command: the following output files will be saved to keep:
21  1 stderr run-command: 363 ./output.txt
22  1 stderr run-command: start writing output to keep
23  2 stderr upload wrote 121 total 121
24  1 stderr upload wrote 363 total 363
25 [..]
26 </pre>
27 </notextile>