Closed heyvito closed 9 years ago
The dollar is used to declare variables, so getting the error. You need to come up with another scheme for writing call arbitrary commands.
Author library already knows about it.
Oh mate, I'm sorry. I didn't know he knew about it. He may close this issue if he want.
Thank you!
@victorgama Nothing to apologize for.
Language is only now developing. While sending a manual sooner :)
Hey, thanks for opening the issue. Now that I know multiple people are getting stuck on this issue, I'll make it higher priority. I just need to figure out a clean way to fix it.
@tdenniston Any thoughts already have?
@tdenniston Don't mention it! (: I would love to help, but I don't have any C/C++ background.
@victorgama Can you verify that your issue is fixed? I added a test with the awk example, but I prefer to have you confirm it's fixed before I close it. I decided on the \$
syntax to escape dollar signs.
@tdenniston Works perfectly! Thank you!
Is there any way to do it? I'm struggling to use
awk
in my bish script. Already tried the following combinations:@(awk "{ print $1 }");
@(awk "{ print $$1 }");
@(awk "{ print \$1 }");
The result is the same, no matter the combination: