On Thu, Jul 10, 2003 at 11:30:51AM +0200, Joerg Johannes wrote:
> (Anyway, it would still be interesting how to just comment out the first
> six lines of text...)
Pipe it through
sed -e '1,6s/^/#/'
or to get rid of the first 6 lines entirely pipe it through
tail -n +7
--
Pigeon
Be kin
On Thu, 10 Jul 2003, Joerg Johannes wrote:
> For plotting those files with gnuplot, I have to comment out the first 6
> lines with a # sign. I know it must be possible writing a quick sed/awk
> script for batch-processing this heap of data. Any experts around?
Someone else answered this problem
On Thursday 10 July 2003 11:05, Nick Hastings wrote:
> Gnuplot should be able to deal with this if you specify which columns
> to use. Exactly what command are you passing gnuplot?
>
> I just tried it and it works fine with
> G N U P L O T
> Version 3.7 patchlevel 3
>
> plot 'filena
Hi,
* Joerg Johannes <[EMAIL PROTECTED]> [030710 17:26]:
> Hi everybody
>
> I have a large set of data files (>200 files), which contain data in the
> following format (Ignore that Win95 has a y2k problem...):
>
>
> File List Date: 16.06.1903Time: 13:34
>
> File N
Hi everybody
I have a large set of data files (>200 files), which contain data in the
following format (Ignore that Win95 has a y2k problem...):
File List Date: 16.06.1903Time: 13:34
File Name: C:\WINEPR\LO-JJ-XO\lo-xo-01.spc
Data Point Value[G] Intensity
---
5 matches
Mail list logo