opnsense-src/usr.bin/pathchk
Jilles Tjoelker 5189ddc04f MFC r207485: pathchk(1): Fix the example so it allows arbitrary pathnames.
Spaces and various other characters in pathnames are not passed through
literally by xargs in its default mode. Instead, use find . -exec ... {} +

Although the -- argument is not strictly required here, add it anyway to
avoid surprises when modifying the code to find -f -somedir ...
2010-05-09 19:32:37 +00:00
..
Makefile Add the pathchk utility, which checks pathnames for validity or 2002-05-22 10:30:16 +00:00
pathchk.1 MFC r207485: pathchk(1): Fix the example so it allows arbitrary pathnames. 2010-05-09 19:32:37 +00:00
pathchk.c MFC r207483: pathchk: Add the new POSIX -P option. 2010-05-09 19:30:52 +00:00