Create a new issue in the bugs database:
$ recins -t Task -f Id -v 10 \
-f Title -v "New issue." \
-f Status -v NEW \
TODO.rec
Register a new event in a log file, using recins as a filter:
recins -f Date -v `date` -f Entry -v "$HW_ADDR device connected" \
< $LOGFILE > $LOGFILE.t \
&& cat $LOGFILE.t >> $LOGFILE