Listing APT variables in Unix
Did you know that you can produce a list of all APT_ environment variables in Unix? Use the following command to list all of the APT_ variables available.
Note: The only environment variables that can be used are all upper case and will not contain ()
1) cd to the PXEngine/lib directory
2) Execute the following Unix command -
strings * | grep ^APT_
This will produce a listing that will contain thousands of environment variables with only a portion that meet that above criteria. There is generally no usage documentation available, but some are self explanatory.