Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mac マシンでエイリアスを設定しようとすると、このエラーが発生します。この問題に直面した人はいますか。
sh-3.2# alias lf 'ls -F' sh: alias: lf: not found sh: alias: ls -F: not found sh-3.2#
等号がないようです。それは読むべきです:
別名 lf='ls -F'