Subject: bash realpath problem
To: None <current-users@netbsd.org>
From: Mihai Chelaru <kefren@netbsd.ro>
List: current-users
Date: 04/28/2002 13:18:11
Try this with bash-2.05 (also tested on another OSes):

bash-2.05$ cd /
bash-2.05$ pwd
/
bash-2.05$ cd //
bash-2.05$ pwd
//

This problem does not exists in sh or csh.

Cheers,
Mihai