Package gcc-toolset-13 is the main package for Red Hat GCC
Toolset 13.  By installing the gcc-toolset-13 package, you will get
the working set of packages that are included in Red Hat GCC
Toolset 13, which includes development and debugging tools.

Usage: scl enable gcc-toolset-13 <command>

Red Hat GCC Toolset allows you to build and execute applications
which are not located in the filesystem root hierarchy, but are
stored in an alternative location, which is /opt/rh/gcc-toolset-13/root in case
of the gcc-toolset-13 collection.

Examples:
scl enable gcc-toolset-13 'command --arg'
  Run a specific command with the argument --arg within the gcc-toolset-13
  Red Hat GCC Toolset environment.

scl enable gcc-toolset-13 'gcc'
  Run GCC from the gcc-toolset-13 Red Hat GCC Toolset.

scl enable gcc-toolset-13 'bash'
  Run an interactive shell wherein the gcc-toolset-13 software collection
  is enabled.

scl enable gcc-toolset-13 'man gcc'
  Show man pages for the gcc command, which is a part of the
  gcc-toolset-13 Red Hat GCC Toolset.

Report bugs to <http://bugzilla.redhat.com>.
