• davel@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 month ago

    I’d sooner pipe a dozen POSIX commands together than write a single line of Perl.

    • meyotch@slrpnk.net
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Back when Perl was the language of choice for bioinformatics, I found a huge performance boost pre-processing large (~1Tb) text files using built in unix tools like sed and awk with regex. So while it might take me a full hour to peck out the correct incantation, the task would then run in an hour, compared to four hours or more for the same task using Perl.

      So many pipes…