bugGNU Parallel - Bugs: bug #59698, Non-blocking read with timeout in...

 
 

bug #59698: Non-blocking read with timeout in normal mode

Submitter:  Ole Tange <tange>
Submitted:  Wed 16 Dec 2020 01:27:51 AM UTC
   
 
Category:  None Severity:  1 - Wish
Item Group:  None Status:  None
Privacy:  Public Assigned to:  tange
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 05 Jan 2024 12:18:19 PM UTC, comment #1: 

Like this:

#!/bin/bash
(
    sleep 0;    echo a
    sleep 0.1;  echo b
    sleep 0.2;  echo c
    sleep 1.3;  echo d
    sleep 1.4;  echo e
) | parallel --bt 1 -n10 echo


Anonymous
Wed 16 Dec 2020 01:27:51 AM UTC, original submission:  
Ole Tange <tange>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code