PREV INDEX NEXT

Author: Unknown
Subject: Escaped characters
Date: Friday, 21 Feb 2020, 16:53:08

When I run "echo "aaa\" | /c/cs223/Hwk3/strwrs \\ b", I don't get any output, even though I would have expected the backslash in "aaa\" to be substituted with b. How should our program deal with escaped backslashes and escaped characters in general?
PREV INDEX NEXT