Re: command too long

2013-07-07 Thread Jack Bates
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

Re: command too long

2013-07-05 Thread Nicholas Marriott
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

Re: command too long

2013-07-05 Thread Nicholas Marriott
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

Re: command too long

2013-06-06 Thread Jack Bates
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 >

Re: command too long

2013-06-06 Thread Jack Bates
: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

Re: command too long

2013-06-01 Thread Nicholas Marriott
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: > >

command too long

2013-06-01 Thread Jack Bates
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