in reply to to print a system command
If you need to use the double quote inside the string, you can use the backslash character.
system("date -s \"2 June 2010 18:00:00\"");The single quote can be used without a backslash.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: to print a system command
by johngg (Canon) on Feb 12, 2014 at 15:36 UTC |