LoginSignup
31
19

More than 5 years have passed since last update.

macで使いにくいコマンドをLinuxに合わせる

Last updated at Posted at 2013-12-02

homebrewでインストール

brew install coreutils
brew install gnu-sed
brew install gawk

aliasを作る

alias readlink='greadlink'
alias awk='gawk'
alias sed='gsed'
alias date='gdate'
31
19
0

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
31
19