Listing 4. Initial Exploration of XML as a Filesystem $ cat example.xml filesystems rock $ fls -0 ./example.xml/root file1 file2 file3 $ fls -d --show-ea=name,interesting \ ./example.xml/root/file2 file2 yes $ fcat example.xml/root/file3 filesystems rock