Fixed cp so it works as God intended it to.

-Erik
This commit is contained in:
Erik Andersen
1999-12-29 02:10:35 +00:00
parent 00266d3df6
commit 2fe08c7afb
8 changed files with 122 additions and 53 deletions

2
grep.c
View File

@ -46,7 +46,7 @@ static const char grep_usage[] =
"\t-h\tsuppress the prefixing filename on output\n"
"\t-i\tignore case distinctions\n"
"\t-n\tprint line number with output lines\n"
"\t-q\tbe quiet\n\n"
"\t-q\tbe quiet. Returns 0 if result was found, 1 otherwise\n\n"
#if defined BB_REGEXP
"This version of grep matches full regular expresions.\n";
#else