On 6/24/20 10:57 AM, Robin H. Johnson wrote: > On Tue, Jun 23, 2020 at 05:36:14PM -0700, Zac Medico wrote: >> From: Patrick McLean >> >> Use sed -f to feed commands to sed via stdin, in order to avoid >> the "Argument list too long" error reported in bug 727522. > Will this need to move to a tempfile in the near future, for the size of > sed_args? Maybe do that work now? Yeah sure. I'm thinking that sort + comm are ideal for this type of operation in shell code. -- Thanks, Zac