Print

Print


`xrdadler32` can use `stdin` as shown below:
```sh
$ xrdadler32 < file.txt
```
However, with `xrdcrc32c`, one needs to specify `-` as input, otherwise it will not read `stdin`:
```
$ xrdcrc32c - < file.txt
```
To make them consistent, we should make `xrdcrc32c` read `stdin` like `xrdadler32` does, without needing a `-` argument for the input.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/2045
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

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