Get Your System Info From Terminal

Seasoned web developer since 2014, specializing in React, Node, and Typescript. Expertise spans from MeteorJs to NextJs and Ionic. Formerly with ZadGroup, I crafted web and mobile solutions for 6 years. Pivoted to backend development in 2020 with RoaaTech, expanding into development, DevOps, and team leadership. Active freelancer with a strong reputation on Upwork and a dedicated client base in Turkey. Committed to continuous learning and leveraging the best tools and practices in the industry.
Sometimes we need to know the system version and more details about the kernel version, you might need this information for instance if you report a bug and you want to mention what is the version of the system you are using in order to reproduce the issue.
sw_vers: Print macOS operating system version information, More information: https://ss64.com/osx/sw_vers.html.
uname: Print kernel name.
Combine them together and get this result sw_vers && uname -v on macOS/Linux or ver on Windows OS





