On May 8, 2008, Norbert Papke wrote:
> On May 8, 2008, Mel wrote:
> > because:
> > for FILE in */*.[ch]; do scp ${FILE} host:/backup; done
> > is quicker to write then setup tunnels.
>
> How about "scp */*.[ch] host:/backup"?To answer my own silly question, the above doesn't preserve paths. Anyway, as always, there is more than one solution. Not every solution fits universally. Cheers. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
