Hi,
i need to replace in a file the tab with |
I did
cat filename | awk -f '{FS=TAB,OFS="|" print $0}'
it's wrong of course.
I checked the man but's confusing.
Is there a good reference guide on the net of awk with examples and simple to understand?
thanks
Tarek
i need to replace in a file the tab with |
I did
cat filename | awk -f '{FS=TAB,OFS="|" print $0}'
it's wrong of course.
I checked the man but's confusing.
Is there a good reference guide on the net of awk with examples and simple to understand?
thanks
Tarek