On 8/12/05 9:52 AM, James B. Byrne wrote: > I am trying to create a one line command that will: > > 1. Find all files ending in .conf > 2. tar these over ssh to a remote server. How about tar c $(find / -name \*.conf) | ssh host.com "gzip -c > file.tar.gz" -- Paul Heinlein <> heinlein@xxxxxxxxxx <> www.madboa.com