Hello
New to the world of gnu_parallel. Might be a common mistake, my
apologies if that is the case
I try to complete a simple task (so far gzip ... I am learning !).
Data are in local machine in folder A and I'd like to write the result
on NFS_remote_machine in folder B
Despite indicating the working folder I can't seem to export data to
folder B
Here is my command line
edouard@local> ls *.tiff | time parallel --joblog log.txt --eta
--workdir /NFS/folderB -j+0 -S remote_machine -S : gzip -1
all NFS have RWX rights.
Many thanks
Edouard