Search Results

Search: Posts Made By: kalidass
5,575
Posted By kalidass
Thanks a lot.
Thanks a lot Scrutinizer. The code works like charm for my requirement :)
5,575
Posted By kalidass
Thanks for the script. Its working fine. I need...
Thanks for the script. Its working fine. I need to implement small modification in the script, but it's not working :(

I need to pass reqUUID110612105016 alone as a variable to the above script....
5,575
Posted By kalidass
grep based on pattern in a line and print the column before that
$ cat file.log
Message Number = [ ]: Sending message...
10,256
Posted By kalidass
Radoulov's code is working fine :)
I have changed the code to
$ sed 'N; s/\(.*\)\n\(.*\)/\4 - \3/' infile | bc

and tried. That's why it throwed the error.

Small misunderstanding in the way of usage of code. It is working...
10,256
Posted By kalidass
Thanks dude :) ---------- Post updated...
Thanks dude :)

---------- Post updated 04-09-12 at 10:07 AM ---------- Previous update was 04-08-12 at 10:27 AM ----------

One more problem. (Note: I dont have ksh93, working on ksh88)

...
10,256
Posted By kalidass
How to convert a string into double in UNIX
I have a file where i have the start and end timings of jobs. (Odd line will have start and even will have end)

Say File "X.txt" has two lines as below
1333553619.647
1333553620.859

I have...
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 03:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy