diff --git a/docs.it4i/general/shell-and-data-access.md b/docs.it4i/general/shell-and-data-access.md index bbf16b6cf0cb728362187661bfe37e1a7436c91f..e4495a76a4d372ac8371fb66eeafd39a2c8e493c 100644 --- a/docs.it4i/general/shell-and-data-access.md +++ b/docs.it4i/general/shell-and-data-access.md @@ -175,7 +175,7 @@ Enter passphrase for /home/user/.ssh/id_rsa: Then run the rsync in parallel: ```console -ls my-local-dir | xargs -I% -n 2 -P 4 rsync % username@cluster-name.it4i.cz:directory/. +local $ ls my-local-dir | xargs -I% -n 2 -P 4 rsync % username@cluster-name.it4i.cz:directory/. ``` The -n XXX argument determines how many files will be transfered per single rsync process. The -P YYY argument