diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-15 23:07:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-15 23:07:58 +0000 |
commit | 63bbaec7352cc3f97b666c8aad047bd5ae1c3bcf (patch) | |
tree | 57770e12a76b9342013446fcdacfb3f411fb0e53 /Master/tlpkg | |
parent | bbda5f792cd3622a656d48982963d9b6d14c521e (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@5201 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpfiles | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tlpfiles b/Master/tlpkg/bin/tlpfiles index 5e2c56d85e6..0c8f3dccf87 100755 --- a/Master/tlpkg/bin/tlpfiles +++ b/Master/tlpkg/bin/tlpfiles @@ -166,6 +166,8 @@ In the second form, with the C<-pkgof> option, return the TeX Live package in which each given I<FILE> is contained, or C<-> if no package can be found. The files may be given as a single whitespace-separated argument, or the C<-pkgof> option may be given more than once, or both. +Example invocation, given the list of files to search for in C</tmp/f>: + tlpfiles --pkgof "`cat /tmp/f`" Any directory part of the files is stripped. If there are multiple packages holding files by the same name, all are returned, |