[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: transferring file relative to work dir
From: |
Ole Tange |
Subject: |
Re: transferring file relative to work dir |
Date: |
Sat, 26 Mar 2016 21:27:45 +0100 |
On Sat, Mar 12, 2016 at 3:24 AM, Ryan Brothers <ryan.brothers@gmail.com> wrote:
> I am trying to transfer a file specified by an absolute path and have
> it be relative to the work dir. When I run the following example from
> the man page:
>
> echo /tmp/./foo/bar.txt | parallel \
> --sshlogin server.example.com --transferfile {} wc
>
> I'm getting an error:
You have found an embarrassing bug.
Fixed in the current release.
/Ole