Hi again,
got another problem I didn't solve.
I need to extract the text wrapped by the ".
$line="msg PRINTF("syslogd: %s: No space left on device", logfile)";
Result should read:
$linenew="syslogd: %s: No space left on device"
How can I do it? Are there different ways?
Dietmar
got another problem I didn't solve.
I need to extract the text wrapped by the ".
$line="msg PRINTF("syslogd: %s: No space left on device", logfile)";
Result should read:
$linenew="syslogd: %s: No space left on device"
How can I do it? Are there different ways?
Dietmar