mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-25 15:37:56 +00:00
parallel.pod: Example of --wd.
This commit is contained in:
parent
fc883b4be6
commit
e80881ab49
|
@ -1529,6 +1529,15 @@ treated as the relative path to your home dir. This means that if your
|
|||
home dir is different on remote computers (e.g. if your login is
|
||||
different) the relative path will still be relative to your home dir.
|
||||
|
||||
To see the difference try:
|
||||
|
||||
B<parallel -S server pwd ::: "">
|
||||
|
||||
B<parallel --wd . -S server pwd ::: "">
|
||||
|
||||
B<parallel --wd ... -S server pwd ::: "">
|
||||
|
||||
|
||||
|
||||
=item B<--wait>
|
||||
|
||||
|
|
Loading…
Reference in a new issue