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
15 nonzero.
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
28 git-annex(1)
29
31 Joey Hess <id@joeyh.name>
32
33 git-annex-contentlocation(1)