On Wed, Oct 14, 2015 at 5:54 PM, Gary Johnson <[email protected]> wrote: [...] > 'ls -lF' does add a / to the names of directories referenced by > symbolic links.
Ah yes, sorry. Without -l links get @ added but with it they get ' -> ' (space, tash, greater-than, space), the name of the end target after all resolutions, and the type of that end target. > Nautilus, ranger and 'ls --group-directories-first > -L' group symbolic links to directories along with regular > directories as I have suggested. Not here: after adding Ap and Zp, both pointing to plugins, in ~/.mozilla, I get the following: linux-2iyu:~/.mozilla # ll -F total 28 lrwxrwxrwx 1 root root 7 Oct 14 20:41 Ap -> plugins/ drwx------ 3 root root 4096 Sep 8 01:58 extensions/ drwx------ 4 root root 4096 Apr 11 2015 firefox/ lrwxrwxrwx 1 root root 26 Sep 1 03:25 plugins -> /usr/lib64/browser-plugins/ drwx------ 4 root root 4096 Oct 14 08:50 seamonkey/ -rw------- 1 root root 12288 Oct 14 08:50 .seamonkey.swp drwx------ 4 root root 4096 Sep 8 06:14 sunbird/ lrwxrwxrwx 1 root root 7 Oct 14 20:41 Zp -> plugins/ linux-2iyu:~/.mozilla # ll -F --group-directories-first total 28 drwx------ 3 root root 4096 Sep 8 01:58 extensions/ drwx------ 4 root root 4096 Apr 11 2015 firefox/ drwx------ 4 root root 4096 Oct 14 08:50 seamonkey/ drwx------ 4 root root 4096 Sep 8 06:14 sunbird/ lrwxrwxrwx 1 root root 7 Oct 14 20:41 Ap -> plugins/ lrwxrwxrwx 1 root root 26 Sep 1 03:25 plugins -> /usr/lib64/browser-plugins/ -rw------- 1 root root 12288 Oct 14 08:50 .seamonkey.swp lrwxrwxrwx 1 root root 7 Oct 14 20:41 Zp -> plugins/ As you can see, on my system --group-directories-first lists the (immediate) directories first, and the links to directories mixed with regular files. Best regards, Tony. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
