Cask - coreutils missing read command #6304
Replies: 2 comments
-
I've never heard of "GNU read", and there's no Are you thinking of the Sidenote: if your scripts start with |
Beta Was this translation helpful? Give feedback.
-
Thanks. I was googling and found things that said I should install coreutils which would give me |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
I've installed coreutils, latest version. However, I don't see the "read" command in
/opt/homebrew/opt/coreutils/libexec/gnubin
.I am trying to execute bash script that uses
read
but it uses flags that are only available with GNU read. Am I missing something?Relevant casks
coreutils
Beta Was this translation helpful? Give feedback.
All reactions