Hi!

I can't get my around this:

$ pwd
/home/daniell

$ cd ~"/stuff/"
ksh: cd: /home/daniell/~/stuff - No such file or directory

$ cd ~/"stuff/"
$ pwd
/home/daniell/stuff


It seems  ~  is substituted in the first case, but it is not replaced,
and it remained in the list.

What is even more weird:
$ echo ~"/stuff"
~/stuff

^^^ here it is not even substituted.

$ echo ~/"stuff"
/home/daniell/stuff

^^^ whereas here it is.


I suspect this is not a feature?


Daniel

-- 
LIVAI Daniel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F

Reply via email to