We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x
kitty
zsh
rsynccp
nnn
When I install rsynccp and try to copy and paste a file within nnn I get following error message:
❯ nnn xargs: illegal option -- a usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements] [-S replsize]] [-J replstr] [-L number] [-n number [-x]] [-P maxprocs] [-s size] [utility [argument ...]] xargs: illegal option -- a usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements] [-S replsize]] [-J replstr] [-L number] [-n number [-x]] [-P maxprocs] [-s size] [utility [argument ...]] xargs: illegal option -- a usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements] [-S replsize]] [-J replstr] [-L number] [-n number [-x]] [-P maxprocs] [-s size] [utility [argument ...]] xargs: illegal option -- a usage: xargs [-0opt] [-E eofstr] [-I replstr [-R replacements] [-S replsize]] [-J replstr] [-L number] [-n number [-x]] [-P maxprocs] [-s size] [utility [argument ...]]
It seems that macOS has a different xargs version that does not understand the option --a
xargs
--a
The text was updated successfully, but these errors were encountered:
rsynccp: avoid using non-portable flags
ffd0468
Closes: jarun#1299
ae98d02
Successfully merging a pull request may close this issue.
Environment details (Put
x
in the checkbox along with the information)kitty
zsh
rsynccp
nnn
masterExact steps to reproduce the issue
When I install
rsynccp
and try to copy and paste a file withinnnn
I get following error message:It seems that macOS has a different
xargs
version that does not understand the option--a
The text was updated successfully, but these errors were encountered: