Syntax10.Scn.FntzStampElemsAlloc16 Dec 94L  ZStyleElemsAlloctablej aubrey.mcintosh@mail.utexas.edu http://ccwf.utexas.edu/~mcintosh/Oberon/ Systems: no dependencies intended. TarDump is a simple utility to view the directory of a unix tar file. The directory is opened into a standard text viewer. A filename can be selected in the viewer, and the TarDump.OpenText command can be executed (only) from the Menu frame. Only an oberon Text can be opened into a viewer. A non-Text file can be extracted by using TarDump.Extract from the menu bar. The name remains selected, and the corresponding Open command for the appropriate application can then be executed. It is possible to edit the name before executing the Open or Extract, and the file will be renamed. Permissions, uid, gid, and other unix stuff is not implemented. This was on purpose, so that this is in principle portable to other Oberon environments. TarDump.Directory ( "^" | { filename.tar } "~" ) TarDump.Extract selection TarDump.OpenText selection