uk.ac.gla.terrier.applications
Class FileFind
java.lang.Object
uk.ac.gla.terrier.applications.FileFind
public class FileFind
- extends java.lang.Object
Takes a list of paths and filenames on the
command line, and finds all the files in
those directories, displaying only absolute
filenames on Standard Output. Used by trec_setup.bat
(on Windows) as Windows doesn't have a find file
equivalent like find in Unix.
java uk.ac.gla.terrier.applications.FileFind c:\
- Version:
- $Revision: 1.13 $
- Author:
- Craigm Macdonald
Method Summary |
static void |
main(java.lang.String[] args)
Takes a list of command line parameters of filenames
and directories. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileFind
public FileFind()
main
public static void main(java.lang.String[] args)
- Takes a list of command line parameters of filenames
and directories. Finds all files and directories in
those, and displays all files on Standard Output as
as absolute paths.
Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow