NAME 

sm - Command-line interface to the INN storage manager

SYNOPSIS 

sm [-dHiqRrS] [token ...]

DESCRIPTION 

The INN storage manager is the subsystesm that stores and keeps track of all of the articles and what storage backend they're in. All stored articles are assigned a storage API token. sm is a command-line interface to that storage manager, primarily used to retrieve articles by those tokens but also to perform other operations on the storage subsystem.

token is the token of an article (the same thing that's returned by grephistory or stored in the history file). It looks something like:

    @0502000005A4000000010000000000000000@

Any number of tokens can be given on the command line. If none are, sm reads tokens from standard input, one per line. The default operation is to retrieve and write to standard output the corresponding article for each token given.