LoginSignup
4
3

More than 5 years have passed since last update.

brew cask list +バージョン表示

Last updated at Posted at 2015-11-13

こんにちは。
brew listおよびbrew cask listのバージョン表示を行ってみました。後者は一手間必要でした。

% brew list --versions | awk '{printf("%-18s %s\n",$1,$NF)}'
autoconf           2.69
boost              1.59.0
glib               2.46.2
% brew cask list | cut -d' ' -f1 | xargs -I % bash -c "echo -n %' '; ls -C /opt/homebrew-cask/Caskroom/%" | awk '{printf("%-18s",$1);$1="";print}'
alfred             2.8_414
coteditor          2.1.5
qlmarkdown         1.3.3
4
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3