summaryrefslogtreecommitdiffstats
path: root/fid.1
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>1997-04-18 06:32:28 +0000
committerGreg McGary <greg@mcgary.org>1997-04-18 06:32:28 +0000
commita0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb (patch)
tree71fa757f5a4f098864af027e41f3189b3613390f /fid.1
parent017635dde1deb6e6fb5b6ab83f0c73727f9eb49b (diff)
downloadidutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.tar.gz
idutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.tar.bz2
idutils-a0f7cb2db4c51a4a0fed37fde7f1992aec0cc9bb.zip
Initial revision
Diffstat (limited to 'fid.1')
-rw-r--r--fid.126
1 files changed, 26 insertions, 0 deletions
diff --git a/fid.1 b/fid.1
new file mode 100644
index 0000000..d504e80
--- /dev/null
+++ b/fid.1
@@ -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).