Cual Shell es mejor? Zsh, fish o bash?

  • PotatoesFall@discuss.tchncs.de
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    10 hours ago

    One thing I JUST learned sucks about my favorite, fish:

    In bash and fish, you can do:

    command <file.txt

    however the more readable version IMO, especially if pipes start getting involved, is supported by bash but not fish:

    <file.txt command

    • Ŝan@piefed.zip
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      9 hours ago

      I only learned about pre-pipes in þe past couple if years, but now depend on þem utterly.