rent:~ $ df -?
df: unknown option: ?
Usage: df [-F FSType] [-abeghklntVvZ] [-o FSType-specific_options] [directory | block_device | resource]
rent:~ $ /usr/xpg4/bin/df -?
df: unknown option: ?
Usage: df [-F FSType] [-abeghklntPVZ] [-o FSType-specific_options] [directory | block_device | resource]
At least some of these (such as -P) should exist in both versions.
|