
Bash, Coffee, and Me: Learning Shell without losing your Mind
Its a cold Monday morning and the coffee doesn't seem to have hit the endpoint yet, or maybe it has and gotten a 400-500 HTTP status code response. As I wait for that to resolve, I find warmth in being bourne again. I am in the bourne again shell, get it? Bash has always felt a bit intimidating, and just a bit far out of my reach. Always looking mean and something too big to wrap my head around. Wait, What is Bash? Bash is a command-line interpreter and shell for Unix-like operating systems (Linux, macOS) that allows users to interact with the OS via text-based commands. It serves as the default interface for executing, automating, and scripting system tasks, acting as a bridge between the user and the kernel . 🔗 But the problem, I think, was me trying to swallow it whole. Fast forward time to a few days ago, a peer introduced me to a game. Oh how I love games!! This game gets you started on the essentials of bash. I was well versed with the very basic, or rather the ones I'd use on a
Continue reading on Dev.to
Opens in a new tab




