$ cd / $ PWD=. bash -c pwd . $ PWD=. ksh -c pwd / Posix says that pwd shouldn't return the filenames dot or dot-dot. http://pubs.opengroup.org/onlinepubs/9699919799/utilities/pwd.html
- `pwd' returns a dot ziyunfei
- RE: `pwd' returns a dot Le Manh Cuong
- Re: `pwd' returns a dot Stephane Chazelas
- Re: `pwd' returns a dot Chet Ramey