Upgrading all the brew cask packages in one command
Here is a nice (and simple) way to upgrade all your Homebrew cask packages at a single command.
All credits goes to Yann-R that wrote here the following command:
brew cask install `brew cask list`
Works perfectly.
Note that you can also run this command using the -f flag (force) to force installation.
- Tal Kain