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