Example:
drwx------ 2 root root 16384 26. juuli 2009 lost+found
How do I get this to show me completions:
sudo ls -l /lost+found/<TAB>
I'm looking for a solution that works across all commands. AFAICT "complete -cf" and "complete -F" alone are not the magic tools here.. right?