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