bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

command completion of a path starting with tilde


From: dws
Subject: command completion of a path starting with tilde
Date: Tue, 13 Aug 2002 12:52:34 +0200 (MEST)

Configuration Information [Automatically generated, do not change]:
Machine: sparc
OS: solaris2.8
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='sparc' 
-DCONF_OSTYPE='solaris2.8' -DCONF_MACHTYPE='sparc-sun-solaris2.8' 
-DCONF_VENDOR='sun' -DSHELL -DHAVE_CONFIG_H  -I.  -I. -I./include -I./lib  -g 
-O2
uname output: SunOS nova 5.8 Generic_108528-14 sun4u sparc SUNW,Sun-Fire-280R
Machine Type: sparc-sun-solaris2.8

Bash Version: 2.05b
Patch Level: 0
Release Status: release

Description:
        Command-completion treats directory in a path that starts with a tilde
        as a file. If I do the completion starting with /home/xx instead of
        ~xx, then everything is ok.

Repeat-By:
        $ mkdir ~/a
        $ touch ~/a/b
        $ chmod 755 ~/a/b
        after I type: ~, /, a, TAB
        I get       : ~/a SPACE CURSOR
        I cannot command-complete ~/a/b
        I can complete it if I start with /home/user instead of ~




reply via email to

[Prev in Thread] Current Thread [Next in Thread]