Hello, I need a way to create messages with variables enclosed inside quotation marks to send TCP packets using netsend, for example:
|send "run" "$1"(
I need the message to be sent with quotation marks to be recognized by the software I'm using the messages are working fine without variables, but I can't figure out how can I combine variables and "". Thanks in advance for the answer.
-
Problems sending messages with a variable inside quotation marks
-
I don't know why I was getting errors, but now I'm using it and it works fairly well. Sorry for the silly question