One of my examples was insufficiently covered in `b's.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 23 Jul 2006 08:32:18 +0000 (08:32 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 23 Jul 2006 08:32:18 +0000 (08:32 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/utils@6771 cda61777-01e9-0310-a592-d414129be87e

multi/multi.but

index 14ee553..9e24bea 100644 (file)
@@ -185,7 +185,7 @@ ambitious with your two file names. Suppose you want to use one file
 name as the target of a shell redirection operator, for example.
 
 \c $ multi - sh -c 'grep foo $0 > $1' - 's/.txt$/.grepped/' *.txt
-\e   bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
+\e   bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
 \c sh -c 'grep foo $0 > $1' bar.txt bar.grepped
 \c sh -c 'grep foo $0 > $1' baz.txt baz.grepped
 \c sh -c 'grep foo $0 > $1' foo.txt foo.grepped