-
Notifications
You must be signed in to change notification settings - Fork 39
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
support for escaped characters #12
Comments
This was a three line change, so I just did it. |
Thanks! To be clear, the resource I linked above lists a few more escapable characters in the table below such as &&, ^^, ^<, ^( and so on. The ">" escaped character is the one I wanted for my uses though, so thanks again! |
Yes the thing is that it's not necessary for the others since freecom does not support |
Ah, good point! Thanks so much for the fix. |
I'd like to see support for escaped characters, particularly in the echo command.
Per this guide, for example, to display a ">", the usual command would be "echo ^>".
I'm happy to help. How would I go about adding support for this to the shell? I dug around a little in command.c in an attempt to find the bit of code that handles the ">" for redirection, but didn't find anything super obvious quickly, so a pointer would be helpful.
The text was updated successfully, but these errors were encountered: