|
From: Patrick D. <pd...@gm...> - 2018-01-15 13:31:57
|
Hello,
When I read data with read, I would like to avoid to read the line starting with #
In on words,
I would like to have this option
/^[[:blank:]]*#/ {next}
always activated when I read a data file.
Can I have it in a .rc file of something similar?
Thank.
===========================================================================
Patrick DUPRÉ | | email: pd...@gm...
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale | |
Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44
189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===========================================================================
|