bugGNU Parallel - Bugs: bug #59896, Re-work --results --files --joblog

 
 

bug #59896: Re-work --results --files --joblog

Submitter:  Ole Tange <tange>
Submitted:  Sun 17 Jan 2021 10:14:07 AM UTC
   
 
Category:  None Severity:  1 - Wish
Item Group:  None Status:  Confirmed
Privacy:  Public Assigned to:  tange
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 17 Jan 2021 10:14:07 AM UTC, original submission:  

What should I run if I want joblog to be in JSON/CSV but output to be in files?

Maybe extend --joblog to include column Stderr+Stdout if output is to a file?

parallel --jl foo.csv --files ...

What happens if you combine?

parallel --jl foo.csv --results bar.csv ...

This way --joblog foo.csv and --results foo.csv will do the same except --joblog will never have the actual output (at most a reference to a file), whereas --results will have the full output.

--files must still list the files on stdout so this is possible:

    parallel --files sort ::: file{1..100} |
      parallel -Xj1 'sort -m {}; rm {}'



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-758e.
    Corresponding source code