Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

brew upgrade casks

for cask in `brew list --cask`; do
	brew upgrade --cask $cask;
done

# Or this shorthand
brew upgrade --cask $(brew list --cask)
Comment

PREVIOUS NEXT
Code Example
Shell :: afficher le contenu de la variable path 
Shell :: run ionic live 
Shell :: how to get github url 
Shell :: how to install apache2 on ubuntu 20.04 
Shell :: How install packages from package.tar.gz on rstudio 
Shell :: how many repositories can be created in github 
Shell :: tail linux 
Shell :: ls bs date 
Shell :: for loop iteration in shell script 
Shell :: github create repo 
Shell :: update path variable mac 
Shell :: gitlab ci yml example 
Shell :: make file powershell 
Shell :: how to pull changes from master to forked repo 
Shell :: [INS-30131] Initial setup required for the execution of installer validations failed. 
Shell :: git global settings ssh 
Shell :: bash compare two files 
Shell :: ssh command delete file 
Shell :: shell script iterate over characters in string 
Shell :: how to find all the dir in current working directory in linux 
Shell :: split string and create array bash 
Shell :: docker start exited container 
Shell :: install beekeeper ubuntu 
Shell :: batch file comment after command 
Shell :: kill k3s 
Shell :: bash count elements in string 
Shell :: add python to path zsh 
Shell :: cmp in linux 
Shell :: bash path ubuntu 
Shell :: no wifi adapter found ubuntu 18.04 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =