NAME
pagesize − print system page size
USAGE
pagesize
DESCRIPTION
Pagesize prints the size of a page of memory in bytes, as returned by getpagesize (2). This program is useful in constructing portable Shell scripts.
RELATED INFORMATION
getpagesize (2).