newby@impaler:~/space/Ghoul Studio Discography$ for i in ../../mus
mus2.jpg music/ musiclist.txt
newby@impaler:~/space/Ghoul Studio Discography$ ls ../..
cdrom/ external/ floppy/ ipod/ photos/ thumbdrive/
dvdrom/ external-ntfs/ hd/ old-drive/ space/
Observe: if I push tab when I am trying to list files, I see my home directory (which makes sense, I am in ~/space/Ghoul Studio Discography); however, if I ls ../.., I see /mnt, which is not the folder I should be seeing.
Thoughts? Further weird proof is from me pushing tab after I get enough letters to complete "music", it doesn't append a '/' at the end, it appends a space as if it is a file.
More weird behavior:
newby@impaler:~/space/Ghoul Studio Discography$ for i in ../../music/Ghoul/Ghoul\ -\ 2003\ -\ Maniaxe/*.mp3; do echo "$i"; done
../../music/Ghoul/Ghoul - 2003 - Maniaxe/*.mp3