This is the command rifftree that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
rifftree - Print RIFF tree structure of an arbitrary RIFF file.
SYNOPSIS
rifftree [ -s | -v ] RIFFFILE
DESCRIPTION
Print RIFF tree structure of an arbitrary RIFF file. RIFF is a simple, binary file format
intended for tree like data structures. Many proprietary file formats are built on top of
the RIFF format (e.g. media file formats like WAV, AVI, DLS, GIG). Data in a RIFF file is
encapsulated into so called "chunks". There are list chunks which can be seen as nodes in
the data tree and thus can have childs (that is can have subchunks) and there are normal
chunks which can be seen as leafs in the data tree and thus cannot have childs.
OPTIONS
RIFFFILE
filename of the RIFF based file
-s print the size of each RIFF chunk
-v print version and exit
Use rifftree online using onworks.net services