Re: text substitution in a colum
"Ruud H.G. van Tol" <[email protected]>
| Newsgroups | gmane.editors.sed.user |
|---|---|
| Message-ID | <[email protected]> |
On 2012-11-27 10:09, MOKRANI Rachid wrote:
> But how to do if I need to change ONLY the 5th column.
perl -pe's/((?:.*?\t){4})/$1MY_/ if $.>1'
--
Ruud