This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push: new 633d617 Update README.adoc 633d617 is described below commit 633d6174603603ccb7f19fc900257366b31b4bd6 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Dec 4 16:56:15 2022 +0100 Update README.adoc --- jbang/pipe/README.adoc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jbang/pipe/README.adoc b/jbang/pipe/README.adoc index 420309e..eedff16 100644 --- a/jbang/pipe/README.adoc +++ b/jbang/pipe/README.adoc @@ -36,8 +36,11 @@ To run this example you can then run the script: echo "Hello\nWorld" | ./upper.yaml ---- -You can combine this with more pipes and filters scripting such as. -For example from a file that has a set of words: +You can combine this with more pipes and filters scripting. + +In the example below the file words.txt contains a set of names, which is then piped +into the Camel script to be upper cased, then piped to the sort command from the terminal, +and then back into Camel to be converted into CSV. [source,sh] ----