KillDash9@programming.dev to linuxmemes@lemmy.world · 2 months agoI can't like the fishprogramming.devimagemessage-square185fedilinkarrow-up1567
arrow-up1567imageI can't like the fishprogramming.devKillDash9@programming.dev to linuxmemes@lemmy.world · 2 months agomessage-square185fedilink
minus-squaresem@piefed.blahaj.zonelinkfedilinkEnglisharrow-up7·2 months agoHow do you deal with when the guide has commands that only work in bash
minus-squarefestus@lemmy.calinkfedilinkEnglisharrow-up12·2 months agoRun ‘bash’ and then follow the guide, assuming it’s too complex to tweak for fish.
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up8·edit-22 months 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
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