今までは ls -R とか find でファイルを探してたんですけど
もっと直感的に(あまり考えずに)、探せるコマンドはないのかなあと思って tree コマンドを使ってみた。
で
めっちゃ使いやすい!
~/jquery/trunk/jquery/test $ tree . |-- data | |-- cow.jpg | |-- dashboard.xml | |-- json.php | |-- json_obj.js | |-- jsonp.php | |-- name.html | |-- name.php | |-- test.html | |-- test.js | |-- test.php | |-- test2.html | |-- test3.html | |-- testrunner.js | |-- testsuite.css | |-- text.php | `-- with_fries.xml |-- index.html |-- test.js `-- unit |-- ajax.js |-- core.js |-- event.js |-- fx.js `-- selector.js 2 directories, 23 files
まとめ
とりあえず tree は便利。