.
Note: Trying to split the line whenever ^ detected is not working.
Looking forward for your response.
Thanks,
Divya
Hi Andy,
Thanks for the reply.
I tried it out, but still not able to store error msgs.
What does 2>&1 mean?
Is there any other way out.
Thanks,
Divya
Andy Greenwood wrote:
On 5/18/07, divya <[EMAIL PROTECTED]> wrote:
Hi,
I want to store the output of following command:
ed in @result.
Kindly please suggest some way to store it.
NOTE : script runs on linux m/c
Thanks,
Divya
Hi,
I've a file with every line having 32 bits of binary data.
I need to convert every line data to hex data.
I tried pack(), unpack(). But didnt get desired results.
Kindly suggest me a way.
Thanks,
Divya