.\" .\" $Id: rfcat.man,v 1.1 2005/03/31 13:13:01 baud Exp $ .\" .\" @(#)$RCSfile: rfcat.man,v $ $Revision: 1.1 $ $Date: 2005/03/31 13:13:01 $ CERN IT-PDP/DM Jean-Philippe Baud .\" Copyright (C) 2001-2011 by CERN/IT/PDP/DM .\" All rights reserved .\" .TH RFCAT 1 "$Date: 2005/03/31 13:13:01 $" LCG "Rfio User Commands" .SH NAME rfcat \- Remote file concatenation to standard output .SH SYNOPSIS .B rfcat .IR filename1 .IR [filename2[...]] .SH DESCRIPTION .IX "\fLrfcat\fR" The remote file I/O concatenation program provides an interface to the .B LCG remote file I/O daemon (rfiod) for concatenating files from remote and/or local hosts to standard output. Each .IR filename argument is either a remote file name of the form: .IP .IB hostname : path .LP or a local file name (not containing the :/ character combination) .LP or an HSM filename /castor/... .LP With no filename, or when .I filename is -, read standard input. The streaming mode (v3) is used. .SH RETURN CODES \ .br 0 Ok. .br 1 Bad parameter. .br 2 System error. .br 16 Device or resource busy. .br 28 No space left on device. .br 196 Request killed. .SH SEE ALSO .BR cat(1), .BR rfiod(1) .SH AUTHOR \fBLCG Grid Deployment\fP Team