Search Results

Search: Posts Made By: dinesh.n
2,853
Posted By dinesh.n
Hello R.Singh, Thanks for the code. I works...
Hello R.Singh,

Thanks for the code. I works absolutely fine. Keep up the good work. :b:

Thanks,
Diensh.N

---------- Post updated at 02:03 PM ---------- Previous update was at 01:41 PM...
2,853
Posted By dinesh.n
Hello RudiC, Thanks for your reply. Actually...
Hello RudiC,

Thanks for your reply. Actually the problem is it's not possible to tell how many zeros. I am trying to automize the post processing based on the results genetrated by a CFD tool and...
2,853
Posted By dinesh.n
Good morning everyone, Thanks for all your...
Good morning everyone,

Thanks for all your effort for helping me out. I now face a problem with a differnt data structure. Where some part of my values contains many zeros and i need them to be...
2,853
Posted By dinesh.n
Hello R. Singh, I tried the code you gave...
Hello R. Singh,

I tried the code you gave me.

cat check_match.ksh
awk --re-interval '{gsub(/-[0]\.[0-9]{2,3}/,"&\n",$0);gsub(/[0]{1,2}\.[0-9]{3}/,"&\n",$0);A=A?A ORS $0:$0}...
2,853
Posted By dinesh.n
Hello R. Singh, Please find the output file....
Hello R. Singh,

Please find the output file. The output is from the first code you posted.
awk --re-interval '{gsub(/^\-[0]\.[0-9]{3}/,"&\n",$0);gsub(/[0]{1,2}\.[0-9]{3}/,"&\n",$0);A=$0}...
2,853
Posted By dinesh.n
Hello R. Sing, Please have a look at my...
Hello R. Sing,

Please have a look at my original input file(U_z1) and my output file (U_z17)

Thanks
2,853
Posted By dinesh.n
Hello R. Singh, Thanks for your reply
Hello R. Singh,

Thanks for your reply
2,853
Posted By dinesh.n
Data rearranging from rows to column
Hello Everyone,

I have a input file looks like
-0.005-0.004-0.003-0.002-0.00100.0010.0020.0030.0040.005My desired output should look like

-0.005
-0.004
-0.003
-0.002
-0.001
0
0.001...
3,388
Posted By dinesh.n
Hello R. Singh, Thanks for the code. It...
Hello R. Singh,

Thanks for the code. It worked for me.

Thanks,
Dinesh.n
3,388
Posted By dinesh.n
Hello Don Cragun, Thats true you are right....
Hello Don Cragun,

Thats true you are right. I am sorry for wasting most of your time. My real value should be looking:

-37.5 40.96950085
-37.5 40.57708713
-37.5 40.20572099
...
3,388
Posted By dinesh.n
Hello R. Singh, I want the value of inverse...
Hello R. Singh,

I want the value of inverse sin. Also i cant reply your mess since i have less then ten post made. Anyway i really apppreciate your effort.

Thanks,
Dinesh.n
3,388
Posted By dinesh.n
Hello R. Singh, Thanks for the info. I keep...
Hello R. Singh,

Thanks for the info. I keep forgetting code tags. You can find a sample of my input file. Actually my original file will contain more then 50k lines in a column.

0.4 ...
3,388
Posted By dinesh.n
How to find arcsin for a coulmn containg values?
Hello everzone,

I have a column of values and i need to find arcsin for evry value in this column. I am very new to shell scripting and would be glad to receive any help regarding this. Also i...
1,803
Posted By dinesh.n
Thank you so much guys. You guys are awesome. I...
Thank you so much guys. You guys are awesome. I am very new to this forum and i would like to learn alot from you all. :b::b:
1,803
Posted By dinesh.n
Copying a single value to the entire column
Hello everone,

I have a text file as input, which lokks like for exemple:
# # #
12 2 3
12
12
12
12
12
12
12

It has three column. My question is, i want to copy the value of...
Showing results 1 to 15 of 15

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