#unix
Read more stories on Hashnode
Articles with this tag
PowerShell is Microsoft idea of what shell of the future should look like. It's mostly a Windows thing, but it's possible to run it on OSX, and that's...
Unix shells were great for interactive use, but terrible for scripting, where you really should use a language like Python or Ruby. There's been so...
Elvish is a recent attempt at creating a better shell. I briefly tried it as a shell, and I instantly hated it, but that's possibly because default...
First, a brief history lesson. Preprocessors used to be a thing, most notable of them being the CPP (C PreProcessor) used by C, C++, and occasionally...
I like covering languages you already have installed, but don't know about it. So today's episode is about BC - arbitrary precision calculator...
Once upon a time, people were coding in C, and building a full program was a convoluted process taking many steps. Make) was created to manage...