nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: David Levine
Subject: Re: [Nmh-workers] Locking In Scripts and nmh Locking
Date: Thu, 26 Apr 2012 10:08:02 -0400

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]