Search Results

Search: Posts Made By: faka
2,894
Posted By faka
Plain text table to csv problems
I´m trying to input a plain text table and I want to output a csv file with semicolon field separator.
I have some problems with the \r and the fields with more of one line.. Some gnu util to do...
2,036
Posted By faka
HTML to CSV
Hi, I Have one webpage with tables and I Want to save it to csv.
If I open it in Calc and export it to CSV the file its right separated how can I make the same with awk?
Im attatching the webpage...
Forum: Programming 02-24-2014
13,088
Posted By faka
Ok.
Ok.
Forum: Programming 02-22-2014
13,088
Posted By faka
Database
Database MS sql 2005 both data tables are query results I need some like JOIN inner,left or right.
Forum: Programming 02-21-2014
13,088
Posted By faka
Query SQL get two values differents from the same columns
Hi, I have 2 different values in the same column and two different values in other column

Query 1

ins name value
1 Test 12345
1 TestV1 12/10/2014
8 Test 85435...
Forum: IP Networking 12-12-2013
4,136
Posted By faka
How to route all incoming packets from one virtual interface?
Hello, I'm trying to route all packets arriving at a particular interface by entering the same interface
the virtual interface eth1: 2 and now everything is routed by default gw configured on eth1....
Forum: Fedora 12-11-2013
10,841
Posted By faka
Corona688, first want to run this script at a...
Corona688, first want to run this script at a certain time at the exact millisecond and get the results I asked in the first post if cron or if there is any alternative, I get the results can be...
Forum: Fedora 12-11-2013
10,841
Posted By faka
Dear Corona, I need to parse some text files and...
Dear Corona, I need to parse some text files and send the results in more precise or approximate time, 1 second after the data no longer serve because they change constantly.
Forum: Fedora 12-11-2013
10,841
Posted By faka
Ok I understand what you're explaining to me, but...
Ok I understand what you're explaining to me, but in practice I have to compile with gcc and run this source to ejectue anticipates the execution of the script before and at the time more precisely...
Forum: Fedora 12-11-2013
10,841
Posted By faka
There I have one job in /etc/crontab 00 12 *...
There I have one job in /etc/crontab

00 12 * * * root /script.sh

in script.sh

#!/bin/bash
DATE=`date +%d_%m_%Y_%_A_%T_%N`
DIR=/
echo "$DATE" > $DIR/exec

Result file exec
...
Forum: Fedora 12-11-2013
10,841
Posted By faka
Accuracy of jobs scheduled in cron
Hello, I have several cron jobs scheduled but looking at the results of running I see in some cases it takes more than 2 seconds, is there any way to adjust the accuracy of execution of cron?
Is...
3,288
Posted By faka
Thanks Don, can you explain me the NF value and...
Thanks Don, can you explain me the NF value and the vlist[v] variable?
3,288
Posted By faka
Thanks I haved looked at this and it changed in...
Thanks I haved looked at this and it changed in the result.

To be clear with the requirement Now I need the original value keep unchanged in the result file and only show the variation respect the...
3,288
Posted By faka
I haved test replacing in the script: ...
I haved test replacing in the script:

if(vlist[++v] + 0 != $NF) {

for

if(vlist[++v] - 0 != $NF) {

It`s right?

thanks
3,288
Posted By faka
Don, you are right here again,the script meet...
Don, you are right here again,the script meet with the requirment of the first message in this thread.

I haved noted this in the last run of the script, I appreciate your help so do not be mad.
...
3,288
Posted By faka
Don, thanks for your reply, I haved tested it...
Don, thanks for your reply, I haved tested it and the result it`s ok for the script but the values are wrong.
The original value #23 2.73300 it`s operated with 2.73230 equals +0.00070
same with...
3,288
Posted By faka
Don, you are right in all that you sayed but I...
Don, you are right in all that you sayed but I need the explanation of the script to handle the results and the input file learning at the same time. If I dont have any information about the script I...
3,288
Posted By faka
Don thanks for your help, but I have some...
Don thanks for your help, but I have some problems with the results of the code.
I have added data to the original question to don`t get wrong answers.
In the real example I have a mix of text data...
3,288
Posted By faka
Sorry, the real espected value there is 29.99999 ...
Sorry, the real espected value there is 29.99999

---------- Post updated at 04:39 PM ---------- Previous update was at 04:37 PM ----------



You `re right sorry for the error there.
3,288
Posted By faka
Don thanks for your reply, Data 1 and Data 2 are...
Don thanks for your reply, Data 1 and Data 2 are texts stamped in file1.txt but file2.txt does`nt exist, I want to generate it by matching first value with the first of the variable make the...
3,288
Posted By faka
Change numbers in flat file
Hi, I have some datatexts with values and I want to replace only the values of the first file with the result of array loaded in one variable.
Also I want the operation difference with the original...
1,837
Posted By faka
Excellent Yoda, worked perfectly, another...
Excellent Yoda, worked perfectly, another question, have an idea for you to replace the results of the numerical data in a different text file where are the previous values ​​replace them with the...
1,837
Posted By faka
Ok I got it but the code its so long and if i...
Ok I got it but the code its so long and if i have a large collection (1000) I need to write number by number of the index value to do the operation, some way more simple?


awk -v V1="$VAR1" -v...
1,837
Posted By faka
Yoda Im testing the solution and it show the...
Yoda Im testing the solution and it show the first value of both variables and 0.00000 in the third value.
Can you put the code of one example with the values of the variables that I haved pasted...
1,837
Posted By faka
Hi Yoda, thanks for your reply, can you explain...
Hi Yoda, thanks for your reply, can you explain your solution? I have maked this and it show only 3 values, the operation of - it´s between variable 1-variable 2?
thanks again.
Showing results 1 to 25 of 26

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