unison/unison-src/transcripts/find-command.md
2022-11-05 19:11:28 -04:00

224 B

foo = 1
lib.foo = 2
lib.bar = 3
foo.lib.qux = 4
.> add
.> find foo
.> find bar
.> find baz
.> find qux
.> find.global nothere