lemmyreader to Linux · 2 years agoBeyond Bash: 9 Lesser-Known Linux Shells and Their Capabilitiesitsfoss.comexternal-linkmessage-square19fedilinkarrow-up128arrow-down10file-text
arrow-up128arrow-down1external-linkBeyond Bash: 9 Lesser-Known Linux Shells and Their Capabilitiesitsfoss.comlemmyreader to Linux · 2 years agomessage-square19fedilinkfile-text
minus-squareOrdovizlinkfedilinkarrow-up3·2 years agoFish is slowly adding more POSIX syntax, e.g. $(cmd), export ENV_VAR=1 and CFLAGS=-02 make now work as you would expect.
minus-squarewinnielinkfedilinkarrow-up3·2 years agoWOW! Gotta install it again. I was actually planing on it. But was lazy.
Fish is slowly adding more POSIX syntax, e.g.
$(cmd)
,export ENV_VAR=1
andCFLAGS=-02 make
now work as you would expect.WOW! Gotta install it again. I was actually planing on it. But was lazy.