1git-annex-contentlocation(1)General Commands Manualgit-annex-contentlocation(1)
2
3
4
6 git-annex-contentlocation - looks up content for a key
7
9 git annex contentlocation [key ...]
10
12 This plumbing-level command looks up filename used to store the content
13 of a key. The filename is output to stdout. If the key's content is not
14 present in the local repository, nothing is output, and it exits non‐
15 zero.
16
18 --batch
19
20 Enable batch mode, in which a line containing the key is read
21 from stdin, the filename to its content is output to stdout
22 (with a trailing newline), and repeat.
23
24 Note that if a key's content is not present, an empty line is
25 output to stdout instead.
26
27 Also the git-annex-common-options(1) can be used.
28
30 git-annex(1)
31
33 Joey Hess <id@joeyh.name>
34
35 git-annex-contentlocation(1)