Awk Field Separators

Ray Davis rdavis at connie.UUCP
Thu Aug 23 05:29:40 AEST 1990


Just run the input through

    tr \| \  <---- there is a space after that last backslash

and pipe that to your awk.

Ok then,

    tr '|' ' '

if you prefer readability.



More information about the Comp.unix.questions mailing list