[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nmh-workers] Is Pick Antiquated?
From: |
Ralph Corderoy |
Subject: |
[Nmh-workers] Is Pick Antiquated? |
Date: |
Sat, 04 Feb 2012 17:40:08 +0000 |
Hi,
I've a fan of the Unix philosophy, many small programs doing one thing
each and doing it well, with the whole being greater than the sum of the
parts, but I wonder if these days pick(1) wouldn't be a separate
program.
What if scan, refile, etc., all accepted the same expression grammar for
selecting messages in a similar way to pick and not just their limited
message sequence (set) notation, e.g. `lp:-5'. I know it's not much of
a leap from
refile +cor `pick -list -sub inet -o -from rss last:100`
to
refile +cor -sub inet -o -from rss last:100
but it avoids the `pick -list echoing 0' issue, the limited number of
sequences, the need for xargs, and perhaps pick's grammar isn't the
right one anyway?
refile +cor sub:inet or from:rss -100
I'm not sure if I was starting now I'd have pick(1). If mark(1) took an
expression then it alters the sequence/set. scan with a format does
pick's -list of the message numbers.
Cheers, Ralph.
- [Nmh-workers] Is Pick Antiquated?,
Ralph Corderoy <=
- Re: [Nmh-workers] Is Pick Antiquated?, Joel Uckelman, 2012/02/04
- Re: [Nmh-workers] Is Pick Antiquated?, paul vixie, 2012/02/05
- Re: [Nmh-workers] Is Pick Antiquated?, Joel Uckelman, 2012/02/05
- Re: [Nmh-workers] Is Pick Antiquated?, Ken Hornstein, 2012/02/05
- [Nmh-workers] urls from mhpath, and message store abstraction layers., Lyndon Nerenberg, 2012/02/05
- Re: [Nmh-workers] urls from mhpath, and message store abstraction layers., Ken Hornstein, 2012/02/06
- Re: [Nmh-workers] urls from mhpath, and message store abstraction layers., paul vixie, 2012/02/06
- Re: [Nmh-workers] urls from mhpath, and message store abstraction layers., Tethys, 2012/02/06
- Re: [Nmh-workers] urls from mhpath, and message store abstraction layers., paul vixie, 2012/02/06