Ho provato a installare l'utilità GNU stat
$ brew install stat
Error: No formulae found in taps.
Tuttavia, è riuscito a installare GNU Bash
Come ottenere tale compito?
stat fa parte del pacchetto coreutils.
brew install coreutils
Questo installa stat con un prefisso g: gstat
.
Puoi evitare il prefisso g seguendo la sezione Avvertenze:
All commands have been installed with the prefix 'g'.
If you really need to use these commands with their normal names, you can add a "gnubin" directory to your PATH from your bashrc like:
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
Leggi altre domande sui tag bash