Search Results

Search: Posts Made By: wanchem
5,028
Posted By wanchem
Thank you very much. :) wanchem
Thank you very much.

:)

wanchem
5,028
Posted By wanchem
Double-precision result (awk)
hi,
I am a new awk user, now i want to change my result from

1 ca 0.2057422D-01 -0.7179106D-02 -0.5600872D-02
2 o 0.2463722D-01 -0.1554542D-01 0.3110649D-01
3 h -0.1068047D-01 0.1016889D-01...
2,728
Posted By wanchem
thanks for the reply I just want to change ...
thanks for the reply
I just want to change
From
0.2057422D-01
To
0.022057422
by using awk
Any other idea?

Thanks for this
2,728
Posted By wanchem
thank you i try to use this command awk...
thank you
i try to use this command

awk -FD '{print $1}' file_name
and my output is
0.2057422
0.2463722
-0.1068047

But i want this form
0.02057422
0.02463722
-0.001068047

How can i...
2,728
Posted By wanchem
How can I change is output format by awk ?
Hello,
Can you tell me how can I change this format by awk

Input
0.2057422D-01
0.2463722D-01
-0.1068047D-02

Output
0.02057422
0.02463722
-0.001068047

Thanks
wan
1,614
Posted By wanchem
thank you very much but if i want only 1 ca...
thank you very much but if i want only

1 ca 0.2057422D-01 -0.7179106D-02 -0.5600872D-02
2 o 0.2463722D-01 -0.1554542D-01 0.3110649D-01
3 h -0.1068047D-01 0.1016889D-01 -0.4088230D-02
4 h...
1,415
Posted By wanchem
How can i transpose this rerult by using awk?
From>>>
ATOM 1 ca 2 o 3 h 4 h 5 o
dE/dx 0.2057422D-01 0.2463722D-01-0.1068047D-01-0.1495280D-01-0.3725362D-02
dE/dy -0.7179106D-02-0.1554542D-01 0.1016889D-01 0.3268502D-02-0.4888578D-01
dE/dz...
1,614
Posted By wanchem
How do I transpose a of results ?
Hello,
Can anyone advise me what command I could use to display the results of the following command

ATOM 1 ca 2 o 3 h 4 h 5 o
dE/dx 0.2057422D-01...
Showing results 1 to 8 of 8

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