CosmOS > dir Apps A B 0 files, 3 directories > cd /A /A> dir Say.sbx 53 notes.txt 25 2 files /A> Type notes.txt these are the notes in A finished /A> cd /B /B> Type notes.txt and these are the very different notes in B finished /B> Say reached the one in Apps it says: reached the one in Apps finished /B> cd /A /A> Say reached the one in A Hello, World! finished /A> cd .. > dir Apps A B 0 files, 3 directories > cd /B /B> Type ../A/notes.txt these are the notes in A finished /B> Wander /A moved, and reading a bare name from there: these are the notes in A finished /B> Type notes.txt and these are the very different notes in B finished /B> cd nosuchplace no such file /B> cd notes.txt that is not a directory /B> cd / > dir Apps A B 0 files, 3 directories > exit halted Execution halted. [exit 0]