sunos man page for asadmin-unset

Query: asadmin-unset

OS: sunos

Section: 1as

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

asadmin-unset(1AS)						   User Commands						asadmin-unset(1AS)

NAME
asadmin-unset, unset - removes one or more variables from the multimode environment
SYNOPSIS
unset env_var [env_var]* Removes one or more variables you set for the multimode environment. The variables and their associated values will no longer exist in the environment.
OPERANDS
env_var environment variable to be removed. Example 1: Using unset to remove environment variables asadmin> export AS_ADMIN_HOST=bluestar AS_ADMIN_PORT=8000 AS_ADMIN_USER=admin AS_ADMIN_PASSWORD=password asadmin> export AS_ADMIN_PREFIX=server1.jms-service asadmin> export AS_ADMIN_HOST=bluestar AS_ADMIN_PORT=8000 AS_ADMIN_USER=admin AS_ADMIN_PASSWORD=******** AS_ADMIN_PREFIX=server1.jms-service asadmin> unset AS_ADMIN_PREFIX asadmin> export AS_ADMIN_HOST=bluestar AS_ADMIN_PORT=8000 AS_ADMIN_USER=admin AS_ADMIN_PASSWORD=******** Using the export command without the argument lists the environment variables that are set. Notice the AS_ADMIN_PREFIX is not in the envi- ronment after running the unset command.
EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-export(1AS), asadmin-multimode(1AS) J2EE 1.4 SDK March 2004 asadmin-unset(1AS)
Related Man Pages
asadmin-shutdown(1as) - sunos
asadmin-unset(1as) - sunos
shutdown(1as) - sunos
unset(1as) - sunos
shutdown(1as) - php
Similar Topics in the Unix Linux Community
setting environment variables ???
comparing files - adding/subtracting/formating columns
not able to export the Variables
export of a variable isn't working
Read variables from a file and then export it.