Ogni volta che digito l/
nel terminale su OS X (Mavericks), lo sostituisce con uno spazio vuoto. Non riesco a trovare problemi o correzioni pertinenti su Google e non ho idea del perché questo accada.
Ad esempio, se voglio digitare:
cd Documents/clinical/
Sarebbe:
cd Documents/clinica
Ho provato il completamento delle schede e fa esattamente la stessa cosa. Ciò si verifica anche in ZSH.
Ho provato questo, usando i nomi delle cartelle di test:
mkdir clinical
cd clinica (automatically turns clinical/ into clinica )
mkdir specl
cd
cd clinica spec (it's turning the l/ into whitespaces for clincal/ and specl/ )
... e mi inserisce nella directory di /clinical/specl/
.
Quindi non sono proprio sicuro di come aggirarlo ... è piuttosto frustrante.
Qualche consiglio?
$ stty -a
speed 9600 baud; 32 rows; 120 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
-echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel iutf8
-ignbrk brkint -inpck -ignpar -parmrk
oflags: opost onlcr -oxtabs -onocr -onlret
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow
-dtrflow -mdmbuf
cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T;
stop = ^S; susp = ^Z; time = 0; werase = ^W;