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

->quoted() method so that file and directory names can be exported to the shell #49

Open
bcowgill opened this issue Mar 15, 2017 · 0 comments

Comments

@bcowgill
Copy link

would be useful if a ->quoted() method was provided so that:
"this dir/this file.name" would be returned as q{'this dir/this file.name'} or q{this\ dir/this\ file.name}
"this dir's/this file.name" => q{'this dir's/this file.name'} or q{'this\ dir's/this\ file.name'}

so that all shell special characters were escaped or quoted.

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

1 participant