this bug report inspired me to try out the following: $ touch \* 1;ls -1 * 1 $ rm *
then hit the TAB key for bash-completion and you will get $ rm *bash: [: *: binary operator expected it doesn't help to escape the wildcard like "rm \*"TAB -- "rm ~" tries to delete home directory, not the existing subdir "~" https://bugs.launchpad.net/bugs/254762 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
