user_pp <login> <inFile> <outFile>
Using <login>'s ACUA user record, user_pp performs preprocessing on <inFile> and places the output in <outFile>.
The preprocessing is very simple -- it expands the following:
$$ - $
$gecos - The user's gecos information. This should expand to the user's real name.
$gecos<n> - The nth word of the user's gecos information.
$login - Login name
$expireType - Type of expiry ("N/A", "account", "subscription")
$expireAction - Expiry action ("N/A", "DELETE", "UNSUBSCRIBE")
$expireDate - Date of expiry
$expireDays - Number of days until the expiry date
$lastLogin - Date the user last logged in
$lastOnline - Date the user was last online
$lastOnDays - Number of days since the user was last online
$online - YES if the user is currently online, NO if not
$phNo - Phone number
$priority - Priority
$tLeft - Time left
$tLimit - Time limit
$credit - Maximum time credit
$sLeft - Session time left
$sLimit - Session time limit
$cLeft<n> - Time remaining in time class n
$cLimit<n> - Time limit in time class n
$bTx - Bytes uploaded
$bRx - Bytes downloaded
$bXfer - Bytes transferred
$bTxLimit - Limit on bytes uploaded
$bRxLimit - Limit on bytes downloaded
$bLimit - Limit on bytes transferred
$bStx - Bytes uploaded during session
$bSrx - Bytes downloaded during session
$bSxfer - Bytes transferred during session
$bStxLimit - Session limit on bytes uploaded
$bSrxLimit - Session limit on bytes downloaded
$bSlimit - Session limit on bytes transferred
Adam McKee
Last modified: Sun Jun 22 12:38:57 CST 1997