Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

brew help

# Fetch latest version of homebrew and formula
$ brew update
# Show formulae with an updated version available
$ brew outdated
# Upgrade all outdated and unpinned brews
$ brew upgrade
# Upgrade only the specified brew
$ brew upgrade <formula>
# Prevent the specified formulae from being upgraded
$ brew pin <formula>
# Allow the specified formulae to be upgraded.
$ brew unpin <formula>
Comment

PREVIOUS NEXT
Code Example
Shell :: curl copy from sftp 
Shell :: give htdocs sudo permission 
Shell :: set gcc path to vscode in ubuntu 
Shell :: Install spawn-fcgi 
Shell :: remove thunar with its dependency 
Shell :: bash numbering odd filename 
Shell :: add features for wsl linux 
Shell :: printing arguments in a script 
Shell :: how to install stack haskell in manjarp 
Shell :: powershell profile create if not exists 
Shell :: linux download file from server to local machine 
Shell :: ionic capacitor file-chooser 
Shell :: install media library 
Shell :: restart service hpux 
Shell :: another command in awk field 
Shell :: xargs echo 
Shell :: master branch renamed 
Shell :: remove telegraf from dembian 
Shell :: ray core file 
Shell :: install gnuunicorn pip 
Shell :: How can I use Windows PowerShell to find the status of Hyper-V on my laptop running Windows 8.1? 
Shell :: source script locatin 
Shell :: how to extract sequential files multiple zip files at once 
Shell :: install calibre on centos terminal 
Shell :: install sanity with free boosted plan - sanity.io -sonny 
Shell :: npm global install without sudo 
Shell :: install protobuf windows 
Shell :: download teamviewer for ubuntu 20.04 
Shell :: unstage particular file git 
Shell :: start with in shell script 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =