comparison en/examples/tour @ 714:c44d5854620b

Fix up chapter 1.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 31 Mar 2009 22:38:30 -0700
parents fb5c0d56d7f1
children 4e23c220d1b0
comparison
equal deleted inserted replaced
707:c17f8bffc9e5 714:c44d5854620b
50 50
51 cd .. 51 cd ..
52 hg clone hello my-hello 52 hg clone hello my-hello
53 cd my-hello 53 cd my-hello
54 54
55 #$ name: sed 55 #$ name: cat1
56 cat hello.c
57
58 #$ name:
56 59
57 sed -i '/printf/a\\tprintf("hello again!\\n");' hello.c 60 sed -i '/printf/a\\tprintf("hello again!\\n");' hello.c
61
62 #$ name: cat2
63 # ... edit edit edit ...
64 cat hello.c
58 65
59 #$ name: status 66 #$ name: status
60 67
61 ls 68 ls
62 hg status 69 hg status