On 11/10/2010 05:25 PM, Roman Rakus wrote:
 $ tree -p
.
├── [-rwxrwxr-x] out_bin
├── [-rw-rw-r--] out_not_bin
├── [drwxrwxr-x] out_of_recursion
└── [drwxrwxr-x] recursion
├── [-rwxrwxr-x] bin
├── [lrwxrwxrwx] in -> ../recursion/
├── [-rw-rw-r--] not_bin
└── [drwxrwxr-x] without
Ah, there are missing spaces (at least I see them):
$ tree -p
.
├── [-rwxrwxr-x]  out_bin
├── [-rw-rw-r--]  out_not_bin
├── [drwxrwxr-x]  out_of_recursion
└── [drwxrwxr-x]  recursion
      ├── [-rwxrwxr-x]  bin
      ├── [lrwxrwxrwx]  in -> ../recursion/
      ├── [-rw-rw-r--]  not_bin
      └── [drwxrwxr-x]  without

Hopefully it is better.

RR

Reply via email to