CosmOS
> dir
Apps
A
B
0 files, 3 directories
9 of 32 entries, 240 blocks free
> cd /A
/A> dir
Say.sbx 53
notes.txt 25
2 files
9 of 32 entries, 240 blocks free
/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
9 of 32 entries, 240 blocks free
> 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
9 of 32 entries, 240 blocks free
> exit
halted
Execution halted.
[exit 0]