screen-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[screen-devel] [bug #61504] screen within screen cuts off argument lists


From: anonymous
Subject: [screen-devel] [bug #61504] screen within screen cuts off argument lists
Date: Thu, 18 Nov 2021 08:08:15 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15

URL:
  <https://savannah.gnu.org/bugs/?61504>

                 Summary: screen within screen cuts off argument lists
                 Project: GNU Screen
            Submitted by: None
            Submitted on: Thu 18 Nov 2021 01:08:13 PM UTC
                Category: Program Logic
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: 4.6.2
         Discussion Lock: Any
           Fixed Release: None
         Planned Release: None
           Work Required: None

    _______________________________________________________

Details:

Within a screen session, I did

screen make -kj28 {10000..19999}.task

and it behaved as if I had only passed the first sixty parameters.

REPRO: If you have a script t.sh

#!/bin/sh
echo $#
sleep 5

then 'screen ./t.sh {1..100}' displays 101 and pauses for five seconds, whilst
'screen screen ./t.sh {1..100}' displays 62 




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61504>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]