I wrote:

> Copy a sequence:
>   mark -seq s2 `mark -seq s1 -list | sed 's/.*: //'`

That should be:

  mark -seq s2 -zero `mark -seq s1 -list | sed 's/.*: //'`

just in case the target sequence already exists.

I'm willing to add an option to mark to suppress the
sequence name in the output of list.

David

_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to