how to remove ^M character from every line

2007-09-03 Thread divya
. Note: Trying to split the line whenever ^ detected is not working. Looking forward for your response. Thanks, Divya

Re: Unable to store the output of a command

2007-05-21 Thread 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:

Unable to store the output of a command

2007-05-18 Thread divya
ed in @result. Kindly please suggest some way to store it. NOTE : script runs on linux m/c Thanks, Divya

Binary to hex conversion

2006-10-18 Thread 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