findコマンドで特定のディレクトリの全てのディレクトリを表示する方法
表題の件、findコマンドを使用して特定のディレクトリの全てのディレクトリを表示する方法を
調べています。
今回はホームディレクトリ以下の全てのディレクトリを表示させたいと思っています。
下記のコマンドを使用して試してみましたが隠しディレクトリ(./や../)が表示されていないように思いますう。
find $HOME -type d
[syuta@voyager ~]$ find $HOME -type d /home/student/syuta /home/student/syuta/cis18a /home/student/syuta/cis18a/jan17 /home/student/syuta/cis18a/feb17 /home/student/syuta/cis18a/my /home/student/syuta/cis18a/example /home/student/syuta/cis18a/project /home/student/syuta/.mozilla /home/student/syuta/.mozilla/plugins /home/student/syuta/.mozilla/extensions /home/student/syuta/public_html /home/student/syuta/.kde /home/student/syuta/.kde/Autostart
[syuta@voyager ~]$ ls -aF ./ .aaa.swp .bash_logout .bashrc .kde/ .mozilla/ 1 3 cc harry jan30 project ron ../ .bash_history .bash_profile .emacs .lesshst .viminfo 2 aaa cis18a/ jan29 lesson public_html/ snape
隠しディレクトリまで含めて表示するオプションやアクションをご存知の方がいらっしゃいましたら
お伺いできますと幸いです。