[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2010-11-05 Thread Christian A. Reiter
Confirmed. Perfect behaviour with rm, rmdir, and cd. Closing this bug. ** Changed in: bash (Ubuntu) Status: Triaged => Fix Released -- "rm ~" tries to delete home directory, not the existing subdir "~" https://bugs.launchpad.net/bugs/254762 You received this bug notification because you a

[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2010-11-05 Thread l0b0
The original bug is fixed in 10.04: ~$ mkdir test ~$ cd test ~/test$ mkdir \~ ~/test$ ls ~ ~/test$ cd results in the following line: ~/test$ cd \~/ Ditto for rm. This bug can be closed. -- "rm ~" tries to delete home directory, not the existing subdir "~" https://bugs.launchpad.net/bugs/254762

[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2010-06-04 Thread Christian A. Reiter
@Rolf Leggewie: true. You don't even have to do rm *[tab] sufficent is rm [tab] bash-completion can't deal with * in filenames? -- "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 membe

[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2010-06-04 Thread Christian A. Reiter
Hm. This seems to be fixes in Lucid Lynx. I tried it ad shown in my first post, and both, cd'ing and rm'ing that dir seems to be ok. rm ./~ works also. Bug fixed? -- "rm ~" tries to delete home directory, not the existing subdir "~" https://bugs.launchpad.net/bugs/254762 You received this bug no

[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2010-06-03 Thread Rolf Leggewie
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 ex

[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2010-05-23 Thread PaulReiber
so what happens if you rm ./~ ? -- "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 ubuntu-bugs@lists.u

[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2009-08-27 Thread sam tygier
there are lots of related issues http://www.dwheeler.com/essays/fixing-unix-linux-filenames.html -- "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 subscr

[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2008-11-16 Thread Jignesh Borad
After looking at bash-completion in detail, I believe this belongs to bash package. Let me explain the reasons behind this. bash calls bash-completion, and bash-completion returns all the filenames as a list of strings. bash takes care of displaying these strings on the command line. 1) now, if

[Bug 254762] Re: "rm ~" tries to delete home directory, not the existing subdir "~"

2008-11-04 Thread Christian A. Reiter
** Summary changed: - "rm ~" tries to delete home directory, not the subdir + "rm ~" tries to delete home directory, not the existing subdir "~" -- "rm ~" tries to delete home directory, not the existing subdir "~" https://bugs.launchpad.net/bugs/254762 You received this bug notification because