Skip to content
New issue

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

Arguments that work on system2 and not in exec_wait #37

Closed
tonosam opened this issue Sep 12, 2021 · 1 comment
Closed

Arguments that work on system2 and not in exec_wait #37

tonosam opened this issue Sep 12, 2021 · 1 comment

Comments

@tonosam
Copy link

tonosam commented Sep 12, 2021

This command works as expected, showing in Linux the files that end with ".R":
system2("ls", c("-l", "*.R"))

Nevertheless, I get an error "*.R does not exist" (in spanish) with the next command:
exec_wait("ls", c("-l", "*.R"))

Shouldn't both commands work in the same way?

Thank you in advance. Regards!

@jeroen
Copy link
Owner

jeroen commented Aug 11, 2023

See #40

@jeroen jeroen closed this as completed Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants