Print

Print


As a temporary workaround I have the following solution:

  1. Create an executable bash script to iterate over pieces (iterate.sh):
#!/bin/bash

for i in "/eos/user/.../events.lhe.0" "/eos/user/.../events.lhe.1"; do
    xrdfs $EOS_MGM_URL cat $i
done
  1. Then run the script, and feed it's output to gunzip:
./iterate.sh | gunzip - > events.lhe

Of course, this is viable solution, but it would be much more convenient to have a one liner for this :)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/1243#issuecomment-655075215", "url": "https://github.com/xrootd/xrootd/issues/1243#issuecomment-655075215", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1