Like programming in bash
Like programming in bash


You're viewing a single thread.
All comments
177
comments
It seems like it does stuff differently for the sake of it being different.
7 0 ReplyIt's more like bash did it one way and everyone who came after decided that was terrible and should be done a different way (for good reason).
Looking right at you -eq and your weird ass syntax
if [[ $x -eq $y ]]
24 0 ReplyThat was the point where I closed the bash tutorial I was on, and decided to just use python and
subprocess.run()
13 0 Reply-eq
Yeah, like infix, so between operands, but dashed like a flag so should come before arguments. Very odd.
8 0 ReplyYou better not look at powershell in that case :p
5 0 Reply
177
comments
Scroll to top