Hello!
I would like to know how to strip headers from some files using AWK
The files look like with header starting with # for instance or it can just be a constant number of lines.
#jdksdjkdjs
#djskjdskds
#mdlsd
130.0 400.0 300.0
130.0 400.0 300.0
130.0 400.0 300.0
Thanks for your help!
I would like to know how to strip headers from some files using AWK
The files look like with header starting with # for instance or it can just be a constant number of lines.
#jdksdjkdjs
#djskjdskds
#mdlsd
130.0 400.0 300.0
130.0 400.0 300.0
130.0 400.0 300.0
Thanks for your help!