in reply to Re^7: Split tab-separated file into separate files, based on column name (open on demand)
in thread Split tab-separated file into separate files, based on column name
I have trouble understanding what you mean.
AFAICS are awk's PATTERN-RULES nothing more than if(PATTERN) { RULE } in Perl, plus some special defaults (no Rule means print)
Could you give an example where perl -n fails to allow the same semantic like in awk?
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Split tab-separated file into separate files, based on column name (open on demand)
by jcb (Parson) on Aug 30, 2020 at 02:21 UTC |