orbibparse file1 file2 file3 ...
The only output produced by bibparse is on the standard error unit, and then only if grammatical errors are detected. Silent execution means a successful parse.
The program exit code is 0 on a successful parse, and non-zero otherwise.
For example, you can syntax check a bibliography collection by the UNIX pipelines
bibclean -no-prettyprint *.bib | bibparse biblex *.bib | bibparse
Nelson H. F. Beebe Center for Scientific Computing Department of Mathematics University of Utah Salt Lake City, UT 84112 USA Tel: +1 801 581 5254 FAX: +1 801 581 4148 Email: <beebe@math.utah.edu>