Re: Inconsistency of physical / logical directory structure and tab completion

2010-11-10 Thread Roman Rakus
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 m

Inconsistency of physical / logical directory structure and tab completion

2010-11-10 Thread Roman Rakus
$ 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 4 directories, 4 files let's go into recursion dir $ cd recu