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
```

2. 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 or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1243#issuecomment-655075215

########################################################################
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