I have made a node application that take any text as argument and my application takes that text and stores that in the database.
When I am giving any text that contain the ( or ) in it then I get an error from bash as
-bash: syntax error near unexpected token `('
How can i accept arguments which contain ( or ) in the text
via selftaught91
No comments:
Post a Comment