KillDash9@programming.dev to linuxmemes@lemmy.world · 3 days agoI can't like the fishprogramming.devimagemessage-square185linkfedilinkarrow-up1560arrow-down129
arrow-up1531arrow-down1imageI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 3 days agomessage-square185linkfedilink
minus-squareHotsauceHurricane@lemmy.worldlinkfedilinkarrow-up5·3 days agoAs a ham-handed individual , I absolutely LOVE fish shell. Started using it like 3 years ago and never looked back.
minus-squaresem@piefed.blahaj.zonelinkfedilinkEnglisharrow-up7·3 days agoHow do you deal with when the guide has commands that only work in bash
minus-squarefestus@lemmy.calinkfedilinkEnglisharrow-up12·3 days agoRun ‘bash’ and then follow the guide, assuming it’s too complex to tweak for fish.
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up9·edit-23 days agoyou can run bash scripts in fish. The syntax is bash ./script.sh Edit: I’m being unhelpful/funny. I just read through the fish manual, and it’s so nice and agree that if it was just a bit more bash friendly it would have great uptake
As a ham-handed individual , I absolutely LOVE fish shell. Started using it like 3 years ago and never looked back.
How do you deal with when the guide has commands that only work in bash
Run ‘bash’ and then follow the guide, assuming it’s too complex to tweak for fish.
you can run bash scripts in fish. The syntax is
bash ./script.shEdit: I’m being unhelpful/funny. I just read through the fish manual, and it’s so nice and agree that if it was just a bit more bash friendly it would have great uptake