Linux: `tree`コマンドのすべてのオプションを表示できない
tree -Cコマンドを使用して、ディレクトリの内容を再帰的かつカラーで一覧表示しようとしています。しかし、私のシェルはエラーを報告し、sed代わりに情報入力を表示します。treeそれ自体でコマンドが正常に動作しますが、オプション(例えば、数がいるようですtree -a)私には利用できません。 新しいバージョンをインストールしようとしましたsudo apt-get install treeが、運はありません。bashとzsh(LXDE / Ubuntu 14.04)の両方でこの動作が発生しています。 treeオプションの完全なセットで使用できるようにする提案(http://linux.die.net/man/1/treeに記載されています) ~ tree -C ⏎ sed: invalid option -- 'C' Usage: sed [OPTION]... {script-only-if-no-other-script} [input-file]... -n, --quiet, --silent suppress automatic printing of pattern space -e script, --expression=script add the script to the commands to be executed -f script-file, --file=script-file add …