[PATCH v2] Re: mailinfo: allow individual e-mail files as input
From: Nicolas Sebrecht <hidden> Date: 2016-06-15 22:47:11
The 06/08/09, Brandon Casey wrote:
Whoops, I missed that "$1" argument to sed. That means the v2 followup
patch is unnecessary since the sed is operating on a file argument
and _not_ stdin.
Yes.
I think it's a little strange like that though...
{
sed "$1"
} < "$1"
I'm not sure why this comment. The former
sed "$1"
whithout anything else is enough.
--
Nicolas Sebrecht