Search Results

Search: Posts Made By: jeo_fb
3,663
Posted By jeo_fb
Hi again, I want to select lines in an...
Hi again,

I want to select lines in an imaginary rectangle frame whose corners are;

Latitude Longitude
37.0000 36.5000
37.5000 36.5000
39.5000 41.0000
39.0000 41.0000
37.0000 36.5000
...
3,663
Posted By jeo_fb
Hello again, I made many efforts for sure...
Hello again,

I made many efforts for sure my code is below;

awk '$1 >=37.0000 && $1 <= 37.5000 && $1 >=39.0000 && $1 <= 39.5000 && $1>=36.5000 && $1 <=41.0000 {print $0}' txtfile

However...
3,663
Posted By jeo_fb
awk scripting to select a rectangle frame
Hi everybody,
I have a csv file as below;

Latitude Longitude

38.9900 38.3000
38.3000 37.1300
37.0200 36.1100
37.6500 36.7600
38.8700 37.7500
38.0900 39.0000
38.7400 39.6700
39.0300...
1,810
Posted By jeo_fb
Thank you It works but it is not in the true...
Thank you
It works but it is not in the true order.

2007-12-28T000000.txt, 2007-12-27T153000.txt
2007-12-28T003000.txt, 2007-12-28T000000.txt


I want to files only like below;
...
1,810
Posted By jeo_fb
I tried but nothing appeared. I am very...
I tried but nothing appeared.


I am very new at unix. Please help :(
1,810
Posted By jeo_fb
Show file name included time information
Hi all,

I have many files included time information, some of them included time range by 30 minutes;


2007-12-27T110000.txt
2007-12-27T120000.txt
2007-12-27T130000.txt
2007-12-27T150000.txt...
2,622
Posted By jeo_fb
Yes you are so right. It worked now :) Thank you...
Yes you are so right. It worked now :) Thank you so much for also English lesson for different point of view i will keep it always in my mind.
2,622
Posted By jeo_fb
Thank you so much RudiC It worked. However i...
Thank you so much RudiC

It worked. However i have some troubling about sorting (e.g. decimal problem) because i have some values like "3.652067e-08" and because of that sorted numerically wrong. ...
2,622
Posted By jeo_fb
I did not get the chopped-off version matrix. I...
I did not get the chopped-off version matrix. I wrote just to show in a basic way to make it simpler.


First value will be the maximum value in new txt file "0.4238688" and follows the string....
2,622
Posted By jeo_fb
Sorry for the misunderstanding. I have a txt...
Sorry for the misunderstanding.

I have a txt file 5x5 like this;


0.3092381 0.3262799 0.3425480 0.3578379 0.3719490
0.3846908 0.3958855 ...
2,622
Posted By jeo_fb
Thank you for your help. After i get the...
Thank you for your help.

After i get the values following the maximum value, some values are missing and i want to replace this empty spaces with "0.0000000" to keep the number of total value in...
2,622
Posted By jeo_fb
Extracting values after the maximum value in a txt file
Hello,
I'm new to scripting and I need to write a bash script. Here is example of file on which I'm working:

0.3092381 0.3262799 0.3425480 0.3578379 0.3719490
...
806
Posted By jeo_fb
Extracting values after the maximum value in a txt file
Hello,
I'm new to scripting and I need to write a bash script. Here is example of file on which I'm working:


0.3092381 0.3262799 0.3425480 0.3578379 0.3719490
...
1,088
Posted By jeo_fb
---------- Post updated at 01:59 PM ----------...
---------- Post updated at 01:59 PM ---------- Previous update was at 01:33 PM ----------




Thank you

Does it work in csh script?

I think that foreach command works in csh script
1,088
Posted By jeo_fb
Adding number in one column
Hello

I have something like this

a 1
b 1
c 1
d 1
e 1

This is inside 1.dat

and this is what I am trying to get

a 2
b 2
c 2
d 2
e 2
912
Posted By jeo_fb
Thank you. It works
Thank you. It works
912
Posted By jeo_fb
Line by line getting a certain file name has a certain value
Hello

I have a file like this:

20140403_093024basd.r 56.4%
20140430_165240basd.r 55.0%
20140501_143537basd.r 60.9%
20140502_091520basd.r 54.7%
20140504_201824basd.r 35.5%...
Showing results 1 to 17 of 17

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