in reply to Re^8: 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
The semantics are the same but the syntax is different and the input range operator in Awk only works in pattern syntax; Perl's equivalent .. and ... operators work anywhere.
The Awk syntax is more elegant for some problems — and completely unusable for most problems better solved in Perl.
|
|---|