Stadicus

Untitled

Apr 28th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. Admins-MacBook:MacOS shifttest$ export FOO=bar
  2. Admins-MacBook:MacOS shifttest$ echo $FOO
  3. bar
  4. Admins-MacBook:MacOS shifttest$ echo ${FOO}
  5. bar
  6. Admins-MacBook:MacOS shifttest$ echo $(FOO)
  7. -bash: FOO: command not found
  8.  
  9.  
  10.  
  11. $ brew install [email protected]
  12. Error: No available formula with the name "[email protected]"
  13. ==> Searching for a previously deleted formula (in the last month)...
  14. Error: No previously deleted formula found.
  15. ==> Searching for similarly named formulae...
  16. Error: No similarly named formulae found.
  17. ==> Searching taps...
  18. ==> Searching taps on GitHub...
  19. Error: No formulae found in taps.
Add Comment
Please, Sign In to add comment