Problem with % character. To sent a printf command.
Hi everyone,
I have a problem sending a command printf to a remote Linux server by sftp.
In a long /command that has always worked fine, I need to send a formatted printf like this:
etc.....| awk '{ printf ("%s;%s", ,$8,$5)}'`....etc
The problem is the special character % (I've tried with %25, but nothing changed).
How, can I do? Any suggeston?
Thanks
Best Regards :)
I have a problem sending a command printf to a remote Linux server by sftp.
In a long /command that has always worked fine, I need to send a formatted printf like this:
etc.....| awk '{ printf ("%s;%s", ,$8,$5)}'`....etc
The problem is the special character % (I've tried with %25, but nothing changed).
How, can I do? Any suggeston?
Thanks
Best Regards :)