1 #+PROPERTY: results silent scalar
2 #+Title: a collection of examples for ob-sed tests
4 * Test simple execution of sed script
6 :ID: C7E7CA6A-2601-42C9-B534-4102D62E458D
14 #+BEGIN_SRC sed :stdin ex1
15 s/n example/ processed/
19 * Test :in-file header argument
21 :ID: 54EC49AA-FE9F-4D58-812E-00FC87FAF562
24 #+BEGIN_SRC sed :in-file test1.txt
28 * Test :cmd-line header argument
30 :ID: E3C6A8BA-39FF-4840-BA8E-90D5C4365AB1
33 #+BEGIN_SRC sed :in-file test2.txt :cmd-line "-i"