Use one of the following commands to list all available user maps:
tnumap tnumap -L |
Sample Output:
marketmap worker supermap |
In future releases of TAS, you can use the following command to list the values of all attributes for the user map worker:
tnumap -R -m worker |
Sample Output:
This command gives no output, since user maps do not have any attributes in the current release of TAS.
Use the following command to create the user map worker:
tnumap -A -m worker |
Use the following command to delete the user map worker:
tnumap -D -m worker |