• Cousin Mose
      link
      fedilink
      910 hours ago

      It is now, but it was bash before.

      But in any case once you start doing anything remotely advanced you’ll find the individual command line utilities are wildly different between macOS and Linux. They seem (are?) much closer to FreeBSD than GNU utilities.

      • @False
        link
        23 hours ago

        Yeah, it’s always fun to find out that a standard looking util on osx actually requires weird args and syntax.

        • Cousin Mose
          link
          fedilink
          23 hours ago

          I’m mostly used to it now. Though -r is supported in macOS’ rm command I still prefer -R and use it even on Linux where I believe -r is the preferred argument.