summaryrefslogtreecommitdiff
path: root/doc/pass-stdin.out
diff options
context:
space:
mode:
authorArun Isaac2021-06-29 11:04:54 +0530
committerArun Isaac2021-06-29 11:07:42 +0530
commit68327fda24b852ec4daed02ad677c49da75c38aa (patch)
treec7d4eedf8539df8d57031fc1473baba38c480bd6 /doc/pass-stdin.out
parent5ba0ef3dc28c17a8873d5588b4ce8552a88abe8b (diff)
downloadccwl-68327fda24b852ec4daed02ad677c49da75c38aa.tar.gz
ccwl-68327fda24b852ec4daed02ad677c49da75c38aa.tar.lz
ccwl-68327fda24b852ec4daed02ad677c49da75c38aa.zip
doc: Document passing input into stdin.
* doc/ccwl.skb (Tutorial)[Passing input into the standard input stream of a command]: New section. * doc/pass-stdin.scm, doc/pass-stdin.out: New files.
Diffstat (limited to 'doc/pass-stdin.out')
-rw-r--r--doc/pass-stdin.out13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/pass-stdin.out b/doc/pass-stdin.out
new file mode 100644
index 0000000..c4af7da
--- /dev/null
+++ b/doc/pass-stdin.out
@@ -0,0 +1,13 @@
+$ ccwl compile pass-stdin.scm > pass-stdin.cwl
+$ cwltool pass-stdin.cwl --file foo
+ [workflow ] start
+ [workflow ] starting step count-bytes
+ [step count-bytes] start
+ [job count-bytes] /tmp/wxi6_9jz$ wc \
+ -c < /tmp/siden6hu/stg51eaae41-52a5-4e69-a78e-caefd84f7af5/foo
+37
+ [job count-bytes] completed success
+ [step count-bytes] completed success
+ [workflow ] completed success
+{}
+ Final process status is success \ No newline at end of file