bashでは、ディレクトリの読み取り不可能なコンテンツをどのように出力しますか?
たとえば、ディレクトリがであり、ファイルを含む~/foo
読み取り不可能なフォルダと、別の読み取り不可能なファイルがあるとします。出力したい:~/foo/folder
~/foo/folder/file1.txt
~/foo/file2.txt
~/foo/folder cannot be read.
~/foo/folder/file1.txt cannot be read.
~/foo/file2.txt cannot be read.