Search Results

Search: Posts Made By: Alice236
3,666
Posted By Alice236
Hi! If I remember correctly I used the -j2...
Hi!
If I remember correctly I used the -j2 option for gcc (sorry I cannot give you more details since I am on holiday for the next 2 weeks and I don't have my pc with me, anyway I think I used...
1,164
Posted By Alice236
Help on awk script
Hi!
I have written an awk script that filters an input file (trace.ns) and returns me only the lines that satisfy my conditions.
The script is

awk ' NR==FNR {
Xmin=680011;Xmax=681011;
...
3,000
Posted By Alice236
Very impressive! :-) Thank you so much!!!
Very impressive! :-)
Thank you so much!!!
3,000
Posted By Alice236
The time intervals in the two files don't...
The time intervals in the two files don't coincide: in samples.txt I record my measures, then I have to search for the related time intervals of interest in time.txt.

For example, in samples.txt,...
3,000
Posted By Alice236
2 is the time spent "out". I know that looking...
2 is the time spent "out".
I know that looking the file it should be 3, but for the periods when the position is "out", I have to consider as length of the period the final_time-initial_time (for...
3,000
Posted By Alice236
awk script processing data from 2 files
Hi!
I have 2 files containing data that I need to process at the same time, I have problems in reading a different number of lines from the different files.
Here is an explanation of what I need to...
1,744
Posted By Alice236
Yes, I'm so sorry I deleted the first line in the...
Yes, I'm so sorry I deleted the first line in the desired output while putting the tag to format it!
Thank you very much both for your help!!
1,744
Posted By Alice236
Bash or awk script to solve this problem
Hi everybody!

I have written some awk scripts that return me some results I need to process. At the moment I use openOffice to process them, but I am trying to find a more efficient solution...
3,666
Posted By Alice236
(I guess it's not a problem of memory: only half...
(I guess it's not a problem of memory: only half of the memory is used and no swap)
Anyway, make -j2 was really the option I was looking for: finally now I see 100% of processor used. Thanks!
3,666
Posted By Alice236
ns2 simulator with gcc compiler using only 1 processor(?)
Hi!
I am using the ns2.31 simulator in Ubuntu 9.04.
I have developed my program and when I simulate it (calling ns2 from Ubuntu default shell, that uses gcc), I notice that only 1 of the 2...
5,137
Posted By Alice236
I need to split into several files because, apart...
I need to split into several files because, apart from awk, I use them also for plotting some statistics.
I tried to use getline to read them because I didn't have any better idea (I am still trying...
5,137
Posted By Alice236
awk - getline from parametric file name
Hi!
I have an input file for an awk script that I need to split into several files and the process them separately line by line.
I have splitted the input file into the other files, that have been...
Showing results 1 to 12 of 12

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