16
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Homebrewを用いてGNU系コマンドをインストール(macOS)

Last updated at Posted at 2018-06-27

こんにちは。
Homebrew を用いて macOS へ GNU系コマンド をインストールする方法を調べました1 2 3 4。下記で、GNU 版の grep awk gzip tar sed time getopt をインストールできます。

$ brew install grep gawk gzip gnu-tar gnu-sed gnu-time gnu-getopt

GNU 系コマンド群 *utils

さらに *utils という GNU 系コマンド群もインストールするには、

$ brew install binutils findutils diffutils coreutils moreutils

これらの中身は:

  1. Homebrew を用いてこれらをインストールすると標準ではどれもコマンド名の先頭には g が付きます。

  2. テキスト処理のための標準的なコマンド群の OS X への導入手順」、「homebrew環境構築におけるgnu系コマンドのインストールについて」、また他の多くの Qiita 記事も参考にしました。

  3. Homebrew で macOS に GNU コマンドをインストールする」という記事も参考になりました。

  4. ps コマンドについては、macOS と Linux とでは別物です(OS に依存して作られているので)。

16
13
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
16
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?