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