As a Full Stack Developer, sometimes I need to create bash scripts to automate some processes. This article contains a lot of useful commands for creating bash scripts.
Continue readingTag: bash
How to set environment variable in MacOS
Environment variables (env-vars) are used to save system-wide value and those values can be accessed later by the system itself, the user, processes or applications. […]
Continue reading