1RFCAT(1) Rfio User Commands RFCAT(1)
2
3
4
6 rfcat - Remote file concatenation to standard output
7
9 rfcat filename1 [filename2[...]]
10
12 The remote file I/O concatenation program provides an interface to the
13 LCG remote file I/O daemon (rfiod) for concatenating files from remote
14 and/or local hosts to standard output. Each filename argument is either
15 a remote file name of the form:
16
17 hostname:path
18
19 or a local file name (not containing the :/ character combination)
20
21 or an HSM filename /castor/...
22
23 With no filename, or when filename is -, read standard input. The
24 streaming mode (v3) is used.
25
27 0 Ok.
28 1 Bad parameter.
29 2 System error.
30 16 Device or resource busy.
31 28 No space left on device.
32 196 Request killed.
33
35 cat(1), rfiod(1)
36
38 LCG Grid Deployment Team
39
40
41
42LCG $Date: 2005/03/31 13:13:01 $ RFCAT(1)