Paste number 54145: Directory lister

Index of paste annotations: 1

Paste number 54145: Directory lister
Pasted by: Tjodden
7 months, 3 weeks ago
#dylan | Context in IRC logs
Paste contents:
Raw Source | XML | Display As
Code:

define function visit-directory(directory, name, type) => ()
        format-out("%S%S (%S)\n", directory, name, type);
end;

begin
        do-directory(visit-directory, "/");
end;


Output:

/bin (file)
/home (file)
/proc (file)
/usr (file)
/mnt (file)
/sys (file)
/own (file)
/.. (file)
/boot (file)
/. (file)
/media (file)
/var (file)
/sbin (file)
/tmp (file)
/fs (file)
/lost+found (file)
/root (file)
/opt (file)
/grub (file)
/dev (file)
/lib (file)
/etc (file)

Annotations for this paste:

Annotation number 1: output from a svn head opendylan on ubuntu
Pasted by: hannes
7 months, 3 weeks ago
Context in IRC logs
Paste contents:
Raw Source | Display As
[hannes@ubuntu-fnord:fs-foo] ~/stage3/bin/fs-foo
/lost+found (directory)
/var (directory)
/media (directory)
/etc (directory)
/cdrom (link)
/bin (directory)
/boot (directory)
/dev (directory)
/home (directory)
/initrd (directory)
/lib (directory)
/mnt (directory)
/opt (directory)
/proc (directory)
/root (directory)
/sbin (directory)
/srv (directory)
/sys (directory)
/tmp (directory)
/usr (directory)
/initrd.img (link)
/vmlinuz (link)
/Recycled (directory)
/initrd.img.old (link)
/vmlinuz.old (link)

Colorize as:
Show Line Numbers
Index of paste annotations: 1

Ads absolutely not by Google

Lisppaste pastes can be made by anyone at any time. Imagine a fearsomely comprehensive disclaimer of liability. Now fear, comprehensively.