NAME
bk isascii − check that a file is ascii
SYNOPSIS
bk isascii filename
DESCRIPTION
bk isascii looks through a file for binary data which
BitKeeper can not handle without encoding the file. This
consists of a NULL (zero byte).
EXIT STATUS
bk isascii returns exit status:
0 if filename is ASCII
1 if filename is not ASCII
2 if an error occurs
CATEGORY
Utility