nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Locking In Scripts and nmh Locking

2012-04-26 09:08:18
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(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>