Name

rdairplay — Module for playing Rivendell logs

Synopsis

rdairplay [log-spec= [:next-line [+]]]

Description

Where log-spec refers to one of the three log machines (--log1, --log2 or --log3, referring to the Main Log, Aux 1 Log, Aux 2 Log log machines, respectively) and nextline to the line number to do a 'make next' to after the log is loaded (default = 0). If the + is appended, then the log is started after the 'make next'.

Examples

rdairplay --log1=MyLog

Load MyLog into the Main Log machine

rdairplay --log2=MyLog:14+

Load MyLog into the Aux Log 1 machine, 'Make Next' to line 14 and then start the log.

rdairplay --log1=YourLog --log2=MyLog

Load YourLog into the Main Log machine and MyLog into the Aux Log 1 machine.