1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:02:07 +02:00
tldr/pages.ko/common/brew-outdated.md
2024-09-21 22:11:43 +05:30

403 B

brew outdated

오래된 casks와 formulae를 나열. 모든 것을 업그레이드하려면, brew upgrade를 사용. 더 많은 정보: https://docs.brew.sh/Manpage#outdated-options-formulacask-.

  • 오래된 casks와 formulae를 모두 나열:

brew outdated

  • 오직 오래된 formulae만 나열:

brew outdated --formula

  • 오직 오래된 casks를 나열:

brew outdated --cask