Last dcecp Object Name (_o)
The _o variable holds the name of the dcecp object used in the most recent operation. The following example uses the _o variable to avoid retyping account.
dcecp> account show j_wanders {acctvalid yes} {client yes} . . [output omitted] . {home /}
. . [output omitted] . {shell {}} {stdtgtauth yes} dcecp> $_o modify j_wanders -home
/.:/fs/corporate_services/users/j_wanders dcecp>
|