On Wed, Mar 29 2006, Jens Axboe wrote: > splice-in file > Splice file to stdout > > splice-out > Splice stdin to file > > splice-net hostname port > Splice stdin to hostname:port > > Examples - splice copying a file can be done as: > > # splice-in file | splice-out new_file > > Sending a file over the network > > # cat file | splice-net hostname port > > and then have the other end run eg netcat -l -p port to receive the > data. Which I naturally forgot to attach, here they are. -- Jens Axboe