diff options
author | Greg McGary <greg@mcgary.org> | 1997-04-18 06:32:28 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 1997-04-18 06:32:28 +0000 |
commit | a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb (patch) | |
tree | 71fa757f5a4f098864af027e41f3189b3613390f /fid.1 | |
parent | 017635dde1deb6e6fb5b6ab83f0c73727f9eb49b (diff) | |
download | idutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.tar.gz idutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.tar.bz2 idutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.zip |
Initial revision
Diffstat (limited to 'fid.1')
-rw-r--r-- | fid.1 | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +.TH FID 1 +.SH NAME +fid \- query id database for specific files +.SH SYNOPSIS +.B fid +.RB [ \-f \^file] +file1 [ file2 ] +.SH DESCRIPTION +.I Fid +is a query tool for the id database. If you specify a single file +name as an argument, it prints a list of all the identifiers that +occur in that file. +.PP +When you give it two file names it takes the intersection. It prints +only the list of identifiers that occur in both files. +.PP +The following options are recognized: +.TP 10 +.BR \-f file\^ +Use +.I file\^ +as the database instead of the default +.BR ID . +.SH SEE ALSO +mkid(1), +lid(1). |