On 05/07/13 08:20 AM, Nicholas Marriott wrote:
> Hi
>
> On Wed, Jun 05, 2013 at 12:22:38PM -0700, Jack Bates wrote:
>> On 01/06/13 03:22 AM, Nicholas Marriott wrote:
>>> Hi
>>>
>>> What commands are you doing that regularly exceed 2048 bytes and why
>>
>> Thank you Nicolas, I often use tmux as part
Hi
On Fri, Jul 05, 2013 at 09:35:50AM -0700, Jack Bates wrote:
> On 05/07/13 08:20 AM, Nicholas Marriott wrote:
> >Hi
> >
> >On Wed, Jun 05, 2013 at 12:22:38PM -0700, Jack Bates wrote:
> >>On 01/06/13 03:22 AM, Nicholas Marriott wrote:
> >>>Hi
> >>>
> >>>What commands are you doing that regularly
really don't want to do that for
this.
I'm not sure it's worth it when very few people will hit this limit and
even then you can do it with scripts instead.
>
> Thanks again,
>
> > On Thu, May 30, 2013 at 08:49:05AM -0700, Jack Bates wrote:
> >> I keep getti
ates wrote:
>> I keep getting an error, "command too long" when I run:
>>
>> $ tmux new-session ...
>>
>> I wish that the tmux COMMAND_LENGTH was more than 2048.
>>
>> If tmux could handle commands of arbitrary length, up to something like
>
:49:05AM -0700, Jack Bates wrote:
>> I keep getting an error, "command too long" when I run:
>>
>> $ tmux new-session ...
>>
>> I wish that the tmux COMMAND_LENGTH was more than 2048.
>>
>> If tmux could handle commands of arbitrary length, u
Hi
What commands are you doing that regularly exceed 2048 bytes and why
can't you put them in a temporary script or something and run that
instead?
On Thu, May 30, 2013 at 08:49:05AM -0700, Jack Bates wrote:
> I keep getting an error, "command too long" when I run:
>
>
I keep getting an error, "command too long" when I run:
$ tmux new-session ...
I wish that the tmux COMMAND_LENGTH was more than 2048.
If tmux could handle commands of arbitrary length, up to something like
the maximum argument length for the system (ARG_MAX), that would be
cool