More stuff.

This commit is contained in:
Eric Andersen
1999-10-09 00:25:00 +00:00
parent 8341a15653
commit f811e07b07
17 changed files with 883 additions and 873 deletions

2
find.c
View File

@@ -27,7 +27,7 @@
static char* pattern=NULL;
static char* directory=NULL;
int dereferenceFlag=FALSE;
static int dereferenceFlag=FALSE;
static const char find_usage[] = "find [path...] [expression]\n"
"default path is the current directory; default expression is -print\n"