treeを使わずにfindでディレクトリツリーリスト表示
Linuxでは、treeコマンドを利用すると、ディレクトリ内のツリー構造を表示させることが出来ますが、標準コマンドではないので、標準コマンドのFindを使って表示させてみます。
[続きを読む]


OpenSuseのパッケージには、Silver Searcherがないので、手動にてインストールする。
$ git clone https://github.com/ggreer/the_silver_searcher $ cd the_silver_searcher $ ./build.sh aclocalが見つかりません # zypper in automake pcre-devel # ./build.sh # make install
CentOSやFedoraでは、yumでthe-silver-searcherが用意されてます。