We all know dir and if you have cygwin ls. I am wondering how could I use either of these commands for a windows library abstraction. For example, my music library points to C:\users\me\music and c:\users\public\music I try to do dir \libraries\music hoping to get contents for both, but I get:
C:\>dir \libraries\pictures
The system cannot find the file specified.
Any ideas?