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

The "typefile" command doesn't escape the chars in the file #274

Open
Neilpang opened this issue Nov 5, 2023 · 1 comment
Open

The "typefile" command doesn't escape the chars in the file #274

Neilpang opened this issue Nov 5, 2023 · 1 comment
Labels

Comments

@Neilpang
Copy link

Neilpang commented Nov 5, 2023

vncdotool --version
vncdotool 1.2.0

I have this example test.txt file to input:


echo hello  >>a.txt

When I use typefile, I got this in the vnc console:

echo  hello  ..a.txt

It seems the > char is not escaped.

what do you think?

@pmhahn pmhahn added the bug label Nov 6, 2023
@pmhahn
Copy link
Collaborator

pmhahn commented Nov 6, 2023

What VNC server are you connecting to, Qemu or some other Virtual Machine?
if yes, see #269 (comment)

I (or someone) should convert this into a FAQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants