We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d3858 commit d8ce3b7Copy full SHA for d8ce3b7
docs/tutorial.md
@@ -62,6 +62,7 @@ verbs are:
62
blot blot [files]
63
unblot unblot <blot>
64
inspect inspect the root index.
65
+ like file.
66
67
global options:
68
-r default="" index root
@@ -110,7 +111,7 @@ reconstructs the corresponding text and instances. This is still
110
111
rudimentary, but here are some examples.
112
113
```
-dupi extract | awk '{print $1}' | xargs dupi unblot
114
+dupi extract -b | xargs dupi unblot
115
116
117
Or
@@ -119,6 +120,12 @@ Or
119
120
dupi blot file | xargs dupi unblot
121
122
123
+Much nicer, however is the 'like' verb
124
+
125
+```
126
+dupi like file
127
128
129
## Conclusion
130
131
We have shown some basic usage of dupi. As dupi is in early stages
0 commit comments