Search Results

Search: Posts Made By: florpi
1,241
Posted By florpi
That returns and empty file :( ----------...
That returns and empty file :(

---------- Post updated at 09:11 AM ---------- Previous update was at 09:10 AM ----------

Yes ! I needed two -v statements, thank you both! :D:D:D:D
1,241
Posted By florpi
New problem with awk using bash
Hi!

I have a new problem with awk, this time I think is because I'm using it in bash and I don't know how to put the valor of the variable in awk. Here is the code:

#!/bin/bash

for i in 1 2...
2,830
Posted By florpi
My admin finally answered and he says there is'nt...
My admin finally answered and he says there is'nt any timeout value for idle sessions and that the problem is my connection :confused: I assured him my connection is great but I think he doesn't have...
2,830
Posted By florpi
Thanks! I've tried this: nohup awk...
Thanks!

I've tried this:

nohup awk '$6==0.60003{print FNR; exit}'>MICEcarol.ssv MICECAT_v1.0_order_by_id.ssv &

But I just get nohup:

ignoring input and redirecting stderr to stdout
...
2,830
Posted By florpi
Sorry again but is it possible that TMOUT is not...
Sorry again but is it possible that TMOUT is not defined? I can't find it in set, and echo doesn't answer anything :(
2,830
Posted By florpi
Yes, my information wasn't too complete. I have...
Yes, my information wasn't too complete. I have to deal with a file of 78G and I'm using ssh to another computer, so when I try to run this
awk '$6==0.60003{print FNR}'...
2,830
Posted By florpi
Thank you ! You're right :D ---------- Post...
Thank you ! You're right :D

---------- Post updated at 09:59 AM ---------- Previous update was at 08:40 AM ----------

Sorry but I still have a problem because my data are too long and awk is...
2,830
Posted By florpi
awk help :(
I need to know the row number of one column with some value but I don't know how. For example I want to know where is 3 of the first column in:

2 4
3 5
4 6
5 7

So I should get 2.

I...
Showing results 1 to 8 of 8

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