Search Results

Search: Posts Made By: jenjen_mt
1,660
Posted By jenjen_mt
great thanks
great thanks
1,660
Posted By jenjen_mt
Averaging 100 columns together line by line
Hi

I have 100 xy graphs and need to average these together in a line by line fashion. The value of the x axis are the same. y differs e.g. taking only 2 graphs:

graph 1

x y
1 3
2 ...
2,944
Posted By jenjen_mt
Fantastic -thanks!
Fantastic -thanks!
2,944
Posted By jenjen_mt
awk to pick out more than one line
This really is a dummy question but I'm stuck and out of time... I have a large file and out of it I only want to pick out lines starting with either "Pressure" or "N". I still need these lines to be...
8,211
Posted By jenjen_mt
bmp to gif using convert
Hi Everyone,

I am trying to use "convert" to create a movie from .bmp files. I have about 100 .bmp files which I would like to include. I use the following command:

convert *.bmp test.gif

...
1,295
Posted By jenjen_mt
Thanks for the help. That works great. What...
Thanks for the help. That works great.

What if I had a third group to sort called Q O O? I've tried extending your awk command:

awk ' $0 ~ "^[CO]" { print > "COO" } $0 ~ "^[QN]" { print >...
1,295
Posted By jenjen_mt
Not-so-simple sorting
Hi Everyone,

I've got 2 problems which I'm hoping your collective brains can help me solve....

problem 1

I have a sorting problem. I have a list of data where three lines must always be kept...
1,624
Posted By jenjen_mt
Counting no. of lines and printing it at the start of the file
Dear users,

I need to count the number of lines in a simple text file and print the number on the first line of that same file.

I know I can count the lines using

wc -l file.txt

this...
Showing results 1 to 8 of 8

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