Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
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.
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.
Isnt
zsh
the default macos shell?It has been since 2019 but before that it was bash.
I just got around to switching last month
They switched to bash in 2003 with Mac OS X 10.3; before that it was tcsh.
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.
Yeah, it’s always fun to find out that a standard looking util on osx actually requires weird args and syntax.
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.Closer, maybe. Similar, not.