I've sort of "lost" some files under a hidden directory in my home called .node_libraries When I ls its content from another directory, i see the wanted files and directories, but when i cd to it and then list the content, i can only see one directory. See below:
marvin:lib gu$ pwd
/Users/gu/dev/node.js/express/lib
marvin:lib gu$ ls ../../../../.node_libraries/
admin.js crypto gridfs request.js view.js
bson cursor.js index.js response.js
collection.js db.js jade responses
commands express middleware server.js
connection.js goog public utils.js
marvin:lib gu$ cd ../../../../.node_libraries/
marvin:.node_libraries gu$ ls
connect
What could be going on? Thanks
You have a symlinked directory.
What do these commands give you?: