Skip to content

Commit d8ce3b7

Browse files
committed
update tutorial
1 parent f7d3858 commit d8ce3b7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/tutorial.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ verbs are:
6262
blot blot [files]
6363
unblot unblot <blot>
6464
inspect inspect the root index.
65+
like file.
6566
6667
global options:
6768
-r default="" index root
@@ -110,7 +111,7 @@ reconstructs the corresponding text and instances. This is still
110111
rudimentary, but here are some examples.
111112

112113
```
113-
dupi extract | awk '{print $1}' | xargs dupi unblot
114+
dupi extract -b | xargs dupi unblot
114115
```
115116

116117
Or
@@ -119,6 +120,12 @@ Or
119120
dupi blot file | xargs dupi unblot
120121
```
121122

123+
Much nicer, however is the 'like' verb
124+
125+
```
126+
dupi like file
127+
```
128+
122129
## Conclusion
123130

124131
We have shown some basic usage of dupi. As dupi is in early stages

0 commit comments

Comments
 (0)