I want to be able to determine the output folder based on the platform name: AS3, AS4, AS5, SUN.
I couldn't figure out how to extract the platform name from the system. I experimented with:
uname -a
file /bin/bash
Thanks
Solution
./lsb_release -a
Kudos to Paul Dixon