Sunday 2 April 2017

Nodejs to accept command line argument that contain ( or )

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